cheange vversion

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-15 01:46:43 -07:00
parent 47ee8318a0
commit e3b946b841
3 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:alpine as builder
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
@@ -10,8 +10,6 @@ ENV GOPATH /go
ENV OAUTH2_PROXY_VERSION v5.1.1
RUN go get github.com/golang/dep/cmd/dep
RUN go get github.com/pusher/oauth2_proxy || true \
&& cd /go/src/github.com/pusher/oauth2_proxy \
&& git checkout "${OAUTH2_PROXY_VERSION}" \