Skip to content

Commit

Permalink
chore(deps): Bump alpine in the patch-updates group
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 1 update: alpine.


Updates `alpine` from 3.20.2 to 3.20.3

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 08ca0ed commit 1e78994
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 @@ -27,7 +27,7 @@ RUN uname -a && \
make cel-key && \
make cel-shed

FROM docker.io/alpine:3.20.2
FROM docker.io/alpine:3.20.3

# Read here why UID 10001: https://github.com/hexops/dockerfile/blob/main/README.md#do-not-use-a-uid-below-10000
ARG UID=10001
Expand Down

0 comments on commit 1e78994

Please sign in to comment.