Skip to content

Commit

Permalink
Merge pull request #80 from devops-infra/dependabot/docker/alpine-3.20.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
ChristophShyper authored May 23, 2024
2 parents b7fa28c + f96e9c1 commit cc802ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.19.1
FROM alpine:3.20.0

# 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,8 +51,8 @@ RUN set -eux ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2 \
curl~=8.5 \
git~=2.43 ;\
curl~=8.7 \
git~=2.45 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit cc802ad

Please sign in to comment.