Skip to content

Commit

Permalink
ci: change alpine image version
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Oct 14, 2024
1 parent 9f96a2d commit 7122e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN make build \
#############################################
# Runner go
#############################################
FROM alpine:3.18 AS runner
FROM alpine:3.20 AS runner

ENV PORT=3000
EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.stage
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN make build \
#############################################
# Runner go
#############################################
FROM alpine:3.18 AS runner
FROM alpine:3.20 AS runner

ENV PORT=3000
EXPOSE 3000
Expand Down

0 comments on commit 7122e13

Please sign in to comment.