Skip to content

Commit

Permalink
fix (ci): broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Nov 18, 2023
1 parent e5a9138 commit 4fa7e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add make git gzip brotli && \
cd public && make compress

# STEP3: BUILD THE BACKEND
FROM golang:1.19-buster AS builder_backend
FROM golang:1.19-bookworm AS builder_backend
WORKDIR /home/
COPY --from=builder_frontend /home/ ./
RUN apt-get update > /dev/null && \
Expand Down

0 comments on commit 4fa7e42

Please sign in to comment.