fix(ci): update go docker version
This commit is contained in:
parent
42ad19257c
commit
033c2bc316
3 changed files with 656 additions and 651 deletions
|
@ -3,7 +3,7 @@ ADD . /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN yarn run build:fe
|
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
|
COPY --from=build-fe /quickshare /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN /quickshare/scripts/build_exec.sh
|
RUN /quickshare/scripts/build_exec.sh
|
||||||
|
|
|
@ -3,7 +3,7 @@ ADD . /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN yarn run build:fe
|
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
|
COPY --from=build-fe /quickshare /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN /quickshare/scripts/build_exec.sh
|
RUN /quickshare/scripts/build_exec.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue