Skip to content

Commit

Permalink
Merge pull request #83 from devops-infra/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.0 to 3.20.2
  • Loading branch information
ChristophShyper authored Jul 24, 2024
2 parents cc802ad + 7d8d3c8 commit ad7d5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a clean tiny image to store artifacts in
FROM alpine:3.20.0
FROM alpine:3.20.2

# Labels for http://label-schema.org/rc1/#build-time-labels
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN set -eux ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2 \
curl~=8.7 \
curl~=8.8 \
git~=2.45 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit ad7d5e4

Please sign in to comment.