Skip to content

Commit

Permalink
Merge pull request #69 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 11, 2023
2 parents ec94d58 + 34fdc2c commit 8c272fb
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
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.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 @@ -54,9 +54,9 @@ RUN set -eux ;\
chmod +x /usr/bin/entrypoint.sh /usr/bin/terraform ;\
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 8c272fb

Please sign in to comment.