Skip to content

Commit

Permalink
Merge pull request #2 from planetary-social/dependabot/docker/alpine-…
Browse files Browse the repository at this point in the history
…3.20

Bump alpine from 3.18 to 3.20
  • Loading branch information
dcadenas authored Sep 11, 2024
2 parents 1be6973 + 94400dc commit 6add1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN --mount=type=bind,source=src,target=src \
# runtime dependencies for the application. This often uses a different base
# image from the build stage where the necessary files are copied from the build
# stage.
FROM alpine:3.18 AS final
FROM alpine:3.20 AS final

WORKDIR /app

Expand Down

0 comments on commit 6add1a3

Please sign in to comment.