Skip to content

Commit

Permalink
switch to golang 1.6 to make the binary upx-able
Browse files Browse the repository at this point in the history
golang/go#13974
golang/go@5e7110b

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
  • Loading branch information
petrosagg committed Sep 7, 2016
1 parent d5a1ad8 commit 79eb95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gosuper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build golang supervisor
FROM golang:1.5.1
FROM golang:1.6

RUN apt-get update \
&& apt-get install -y \
Expand Down

0 comments on commit 79eb95e

Please sign in to comment.