diff --git a/Dockerfile b/Dockerfile index 047877a..48ada4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN yarn install --immutable RUN yarn build RUN yarn cache clean -FROM golang:1.21.5-alpine AS go_builder +FROM golang:1.24.0-alpine AS go_builder WORKDIR /app