mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-25 05:19:59 +00:00
switch to golang 1.6 to make the binary upx-able
https://github.com/golang/go/issues/13974
5e7110b92b
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
429aa1c8d2
commit
83393c04e3
@ -1,5 +1,5 @@
|
|||||||
# Build golang supervisor
|
# Build golang supervisor
|
||||||
FROM golang:1.5.1
|
FROM golang:1.6
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user