chore (upgrade): upgrade go to v20

This commit is contained in:
MickaelK 2024-03-14 20:44:20 +11:00
parent f8d8153133
commit 8ab25f431a

View file

@ -14,7 +14,7 @@ RUN apk add make git gzip brotli && \
cd public && make compress
# STEP3: BUILD THE BACKEND
FROM golang:1.19-bookworm AS builder_backend
FROM golang:1.20-bookworm AS builder_backend
WORKDIR /home/
COPY --from=builder_frontend /home/ ./
RUN apt-get update > /dev/null && \