mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 01:04:39 +01:00
fix (#740): docker build issue
This commit is contained in:
parent
e58b67dfec
commit
56c5a4f385
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue