fix(ci): update go docker version

This commit is contained in:
hexxa 2022-09-25 11:41:07 +08:00 committed by Hexxa
parent 42ad19257c
commit 033c2bc316
3 changed files with 656 additions and 651 deletions

View file

@ -3,7 +3,7 @@ ADD . /quickshare
WORKDIR /quickshare
RUN yarn run build:fe
FROM golang:1.17 as build-be
FROM golang:1.18 as build-be
COPY --from=build-fe /quickshare /quickshare
WORKDIR /quickshare
RUN /quickshare/scripts/build_exec.sh