Skip to content

Commit

Permalink
Merge pull request #74 from devops-infra/dependabot/docker/alpine-3.18.4
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.3 to 3.18.4
  • Loading branch information
ChristophShyper authored Oct 2, 2023
2 parents a5e0bc5 + 88b7fa7 commit 06e1220
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.18.3
FROM alpine:3.18.4

# 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.15 \
curl~=8.2.1 \
curl~=8.3.0 \
git~=2.40.1 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit 06e1220

Please sign in to comment.