Bump Golang to 1.10.1, alpine 3.7

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: be8885525c4d1ef4a13bbd6396f60e8657bc5573
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-04-12 13:30:01 -07:00
parent a9398df305
commit 91c1ef0fbf
39 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -32,10 +32,10 @@
# the case. Therefore, you don't have to disable it anymore.
#
FROM golang:1.9.5 AS base
FROM golang:1.10.1 AS base
# FIXME(vdemeester) this is kept for other script depending on it to not fail right away
# Remove this once the other scripts uses something else to detect the version
ENV GO_VERSION 1.9.5
ENV GO_VERSION 1.10.1
# allow replacing httpredir or deb mirror
ARG APT_MIRROR=deb.debian.org
RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list