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.
1 parent 7c305ec commit 9a3a1caCopy full SHA for 9a3a1ca
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.5beta1
+ENV GOLANG_VERSION 1.5beta2
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.5beta1
+FROM golang:1.5beta2
2
3
RUN mkdir -p /go/src/app
4
WORKDIR /go/src/app
0 commit comments