Skip to content

Commit

Permalink
Merge pull request #77 from devops-infra/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
ChristophShyper authored Dec 8, 2023
2 parents 9a0e1d0 + 56e473d commit 484eea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5
FROM alpine:3.19.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 @@ -50,9 +50,9 @@ RUN set -eux ;\
chmod +x /entrypoint.sh ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2.15 \
curl~=8.4.0 \
git~=2.40.1 ;\
bash~=5.2 \
curl~=8.5 \
git~=2.43 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit 484eea4

Please sign in to comment.