diff --git a/Dockerfile b/Dockerfile index 300949f43..c55579f81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm run build-prod # Build image -FROM golang:1.16-alpine3.13 AS builder +FROM golang:1.17.3-alpine3.13 AS builder ENV GOFLAGS="-mod=readonly"