Bump Go version

This commit is contained in:
Paul 2018-04-22 19:38:44 +02:00
parent 3bcb07302c
commit ac5cf66de6

View file

@ -1,4 +1,4 @@
FROM golang:1.9
FROM golang:1.10
WORKDIR /go/src/git.klink.asia/paul/certman
ADD . .
@ -10,7 +10,6 @@ RUN \
FROM scratch
ENV \
APP_KEY="" \
OAUTH2_CLIENT_ID="" \
OAUTH2_CLIENT_SECRET="" \
OAUTH2_AUTH_URL="https://gitlab.example.com/oauth/authorize" \