Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 82b35bb commit 7e30d47
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 @@ -6,7 +6,7 @@
# in the Python Docker image we use for the build-stage. The tag of the Python
# Docker image matches the version of the python3 package available on Alpine
# for consistency.
FROM alpine:3.18 AS compile-stage
FROM alpine:3.19 AS compile-stage

# Unprivileged user information necessary for the Python virtual environment
ARG CISA_USER="cisa"
Expand Down

0 comments on commit 7e30d47

Please sign in to comment.