chore (maintenance): build deps

This commit is contained in:
MickaelK 2025-08-22 17:19:37 +10:00
parent da731c17e8
commit cf2fec7ac0

View file

@ -14,7 +14,7 @@ RUN apk add make git gzip brotli && \
make build_frontend make build_frontend
# STEP3: BUILD BACKEND # STEP3: BUILD BACKEND
FROM golang:1.24-bookworm AS builder_backend FROM golang:1.24-trixie AS builder_backend
WORKDIR /home/filestash/ WORKDIR /home/filestash/
COPY --from=builder_frontend /home/filestash/ . COPY --from=builder_frontend /home/filestash/ .
RUN apt-get update > /dev/null && \ RUN apt-get update > /dev/null && \