fix (#740): docker build issue

This commit is contained in:
MickaelK
2024-09-16 18:20:24 +10:00
parent e58b67dfec
commit 56c5a4f385

View File

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