diff --git a/Dockerfile b/Dockerfile index f1d440e..2115fdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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"] \ No newline at end of file +ENTRYPOINT ["./envoy-control-plane"]