update docker go version

This commit is contained in:
nikk gitanes
2023-10-10 17:28:50 +03:00
parent 7f9368bc59
commit d69d2e1647

View File

@@ -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