Skip to content

Commit 396f40c

Browse files
committed
Run update.sh, 1.4.2!
1 parent 62a0bb2 commit 396f40c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
66
--no-install-recommends \
77
&& rm -rf /var/lib/apt/lists/*
88

9-
ENV GOLANG_VERSION 1.4.1
9+
ENV GOLANG_VERSION 1.4.2
1010

1111
RUN curl -sSL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
1212
| tar -v -C /usr/src -xz

1.4/cross/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.4.1
1+
FROM golang:1.4.2
22

33
# see https://golang.org/doc/install/source#environment
44
# see also http://build.golang.org/

1.4/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.4.1
1+
FROM golang:1.4.2
22

33
RUN mkdir -p /go/src/app
44
WORKDIR /go/src/app

1.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
66
--no-install-recommends \
77
&& rm -rf /var/lib/apt/lists/*
88

9-
ENV GOLANG_VERSION 1.4.1
9+
ENV GOLANG_VERSION 1.4.2
1010

1111
RUN curl -sSL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
1212
| tar -v -C /usr/src -xz

0 commit comments

Comments
 (0)