mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 09:37:55 +08:00
fix (#740): docker build issue
This commit is contained in:
@ -14,7 +14,7 @@ RUN apk add make git gzip brotli && \
|
|||||||
cd public && make compress
|
cd public && make compress
|
||||||
|
|
||||||
# STEP3: BUILD THE BACKEND
|
# STEP3: BUILD THE BACKEND
|
||||||
FROM golang:1.21-bookworm AS builder_backend
|
FROM golang:1.23-bookworm AS builder_backend
|
||||||
WORKDIR /home/
|
WORKDIR /home/
|
||||||
COPY --from=builder_frontend /home/ ./
|
COPY --from=builder_frontend /home/ ./
|
||||||
RUN apt-get update > /dev/null && \
|
RUN apt-get update > /dev/null && \
|
||||||
|
|||||||
Reference in New Issue
Block a user