Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dind-golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM docker:18.09.7-dind
ENV GOLANG_VERSION 1.12.7
ENV GOLANG_VERSION 1.13.3

#
# Install Golang
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN set -eux; \
; \
\
wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; \
echo '95e8447d6f04b8d6a62de1726defbb20ab203208ee167ed15f83d7978ce43b13 *go.tgz' | sha256sum -c -; \
echo '4f7123044375d5c404280737fbd2d0b17064b66182a65919ffe20ffe8620e3df *go.tgz' | sha256sum -c -; \
tar -C /usr/local -xzf go.tgz; \
rm go.tgz; \
\
Expand Down
2 changes: 1 addition & 1 deletion dind-golang/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker-18.09.7-go-1.12.7
docker-18.09.7-go-1.13.3