diff --git a/Dockerfile b/Dockerfile index 39c33f8..1c3f206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN yarn install && yarn run build ### BUILD TORRSERVER MULTIARCH START ### -FROM --platform=$BUILDPLATFORM golang:1.20-alpine as builder +FROM --platform=$BUILDPLATFORM golang:1.21.2-alpine as builder COPY . /opt/src COPY --from=front /app/build /opt/src/web/build