diff --git a/Dockerfile b/Dockerfile index 907e2a749..950696a1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN yarn install --immutable RUN yarn build RUN yarn cache clean -FROM golang:1.20.6-alpine AS go_builder +FROM golang:1.21.3-alpine AS go_builder WORKDIR /app