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.
1 parent c06dea1 commit f6d7629Copy full SHA for f6d7629
Dockerfile
@@ -1,5 +1,5 @@
1
# Use a clean tiny image to store artifacts in
2
-FROM alpine:3.21.2
+FROM alpine:3.21.3
3
4
# Labels for http://label-schema.org/rc1/#build-time-labels
5
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
@@ -51,7 +51,7 @@ RUN set -eux ;\
51
apk update --no-cache ;\
52
apk add --no-cache \
53
bash~=5.2 \
54
- curl~=8.11 \
+ curl~=8.12 \
55
git~=2.47 ;\
56
rm -rf /var/cache/* ;\
57
rm -rf /root/.cache/*
0 commit comments