Skip to content

Commit

Permalink
chore(deps): Bump alpine from 3.18.5 to 3.19.0 in /docker
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.5 to 3.19.0.

---
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 Dec 8, 2023
1 parent c5e1786 commit 8b84b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_txsim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN uname -a &&\
make build && make txsim-build

# Stage 2: create a minimal image with the binary
FROM docker.io/alpine:3.18.5
FROM docker.io/alpine:3.19.0

# Use UID 10,001 because UIDs below 10,000 are a security risk.
# Ref: https://github.com/hexops/dockerfile/blob/main/README.md#do-not-use-a-uid-below-10000
Expand Down

0 comments on commit 8b84b16

Please sign in to comment.