diff --git a/Dockerfile b/Dockerfile index a27a886c7..6695067fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN yarn install --immutable RUN yarn build RUN yarn cache clean -FROM golang:1.17.8-alpine AS go_builder +FROM golang:1.19.1-alpine AS go_builder WORKDIR /app