Skip to content

Commit

Permalink
chore (upgrade): upgrade go to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Mar 14, 2024
1 parent f8d8153 commit 8ab25f4
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-bookworm AS builder_backend
FROM golang:1.20-bookworm AS builder_backend
WORKDIR /home/
COPY --from=builder_frontend /home/ ./
RUN apt-get update > /dev/null && \
Expand Down

0 comments on commit 8ab25f4

Please sign in to comment.