Update Dockerfile (#244)

module `github.com/anacrolix/torrent`  requires Go 1.20
This commit is contained in:
GennadySpb
2023-04-13 11:00:40 +03:00
committed by GitHub
parent b383764924
commit 1c74e1d620

View File

@@ -8,7 +8,7 @@ RUN yarn install && yarn run build
### BUILD TORRSERVER MULTIARCH START ### ### BUILD TORRSERVER MULTIARCH START ###
FROM --platform=$BUILDPLATFORM golang:1.19-alpine as builder FROM --platform=$BUILDPLATFORM golang:1.20-alpine as builder
COPY . /opt/src COPY . /opt/src
COPY --from=front /app/build /opt/src/web/build COPY --from=front /app/build /opt/src/web/build