mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 08:53:57 +01:00
chore (upgrade): upgrade go to v20
This commit is contained in:
parent
f8d8153133
commit
8ab25f431a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN apk add make git gzip brotli && \
|
||||||
cd public && make compress
|
cd public && make compress
|
||||||
|
|
||||||
# STEP3: BUILD THE BACKEND
|
# STEP3: BUILD THE BACKEND
|
||||||
FROM golang:1.19-bookworm AS builder_backend
|
FROM golang:1.20-bookworm AS builder_backend
|
||||||
WORKDIR /home/
|
WORKDIR /home/
|
||||||
COPY --from=builder_frontend /home/ ./
|
COPY --from=builder_frontend /home/ ./
|
||||||
RUN apt-get update > /dev/null && \
|
RUN apt-get update > /dev/null && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue