Skip to content

Commit

Permalink
Merge pull request #74 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 74326c3 + b660611 commit f30d005
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
Expand Up @@ -2,7 +2,7 @@
FROM devopsinfra/docker-terragrunt:tf-1.0.1-tg-0.31.0 as builder

# 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 @@ -55,7 +55,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 f30d005

Please sign in to comment.