We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3a1ca + 6a6c0b4 commit 32d5e37Copy full SHA for 32d5e37
1.5/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
8
9
ENV GOLANG_GOOS linux
10
ENV GOLANG_GOARCH amd64
11
-ENV GOLANG_VERSION 1.5beta2
+ENV GOLANG_VERSION 1.5beta3
12
13
RUN curl -sSL https://golang.org/dl/go$GOLANG_VERSION.$GOLANG_GOOS-$GOLANG_GOARCH.tar.gz \
14
| tar -v -C /usr/local -xz
1.5/onbuild/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.5beta2
+FROM golang:1.5beta3
2
3
RUN mkdir -p /go/src/app
4
WORKDIR /go/src/app
0 commit comments