mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
chore (maintenance): build deps
This commit is contained in:
parent
da731c17e8
commit
cf2fec7ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue