Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.20
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 557e8ed commit 94400dc
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 @@ -33,7 +33,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 94400dc

Please sign in to comment.