We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c940a2f + 52952e8 commit 97780b4Copy full SHA for 97780b4
Dockerfile
@@ -2,7 +2,7 @@
2
FROM devopsinfra/docker-terragrunt:tf-1.0.1-tg-0.31.0 as builder
3
4
# Use a clean tiny image to store artifacts in
5
-FROM alpine:3.20.3
+FROM alpine:3.21.2
6
7
# Labels for http://label-schema.org/rc1/#build-time-labels
8
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
@@ -55,8 +55,8 @@ RUN set -eux ;\
55
apk update --no-cache ;\
56
apk add --no-cache \
57
bash~=5.2 \
58
- curl~=8.10 \
59
- git~=2.45 ;\
+ curl~=8.11 \
+ git~=2.47 ;\
60
rm -rf /var/cache/* ;\
61
rm -rf /root/.cache/*
62
0 commit comments