From d69d2e1647238e18266002ac5bf81b5712f3562a Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Tue, 10 Oct 2023 17:28:50 +0300 Subject: [PATCH] update docker go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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