Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-06-04 18:07:04 -07:00
parent 81c7899bbd
commit b5e75f65d9
11 changed files with 1268 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV POMERIUM_VERSION v0.8.3
ENV POMERIUM_VERSION v0.9.0
RUN go get github.com/pomerium/pomerium || true \
&& cd /go/src/github.com/pomerium/pomerium \