Skip to content

Commit 97780b4

Browse files
Merge pull request #83 from devops-infra/dependabot/docker/alpine-3.21.2
Bump alpine from 3.20.3 to 3.21.2
2 parents c940a2f + 52952e8 commit 97780b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM devopsinfra/docker-terragrunt:tf-1.0.1-tg-0.31.0 as builder
33

44
# Use a clean tiny image to store artifacts in
5-
FROM alpine:3.20.3
5+
FROM alpine:3.21.2
66

77
# Labels for http://label-schema.org/rc1/#build-time-labels
88
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
@@ -55,8 +55,8 @@ RUN set -eux ;\
5555
apk update --no-cache ;\
5656
apk add --no-cache \
5757
bash~=5.2 \
58-
curl~=8.10 \
59-
git~=2.45 ;\
58+
curl~=8.11 \
59+
git~=2.47 ;\
6060
rm -rf /var/cache/* ;\
6161
rm -rf /root/.cache/*
6262

0 commit comments

Comments
 (0)