Skip to content

Commit

Permalink
golang 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jan 27, 2020
1 parent 1c6d1d5 commit bb10f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build go project
#
FROM golang:1.12-alpine as go-builder
FROM golang:1.13-alpine as go-builder

WORKDIR /roxprox

Expand All @@ -23,4 +23,4 @@ RUN apk --no-cache add ca-certificates bash curl

COPY --from=go-builder /roxprox/envoy-control-plane .

ENTRYPOINT ["./envoy-control-plane"]
ENTRYPOINT ["./envoy-control-plane"]

0 comments on commit bb10f1c

Please sign in to comment.