Bump Go version
This commit is contained in:
parent
3bcb07302c
commit
ac5cf66de6
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.9
|
FROM golang:1.10
|
||||||
|
|
||||||
WORKDIR /go/src/git.klink.asia/paul/certman
|
WORKDIR /go/src/git.klink.asia/paul/certman
|
||||||
ADD . .
|
ADD . .
|
||||||
|
@ -10,7 +10,6 @@ RUN \
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
ENV \
|
ENV \
|
||||||
APP_KEY="" \
|
|
||||||
OAUTH2_CLIENT_ID="" \
|
OAUTH2_CLIENT_ID="" \
|
||||||
OAUTH2_CLIENT_SECRET="" \
|
OAUTH2_CLIENT_SECRET="" \
|
||||||
OAUTH2_AUTH_URL="https://gitlab.example.com/oauth/authorize" \
|
OAUTH2_AUTH_URL="https://gitlab.example.com/oauth/authorize" \
|
||||||
|
|
Loading…
Reference in a new issue