Skip to content

Commit f6d7629

Browse files
Merge pull request #95 from devops-infra/dependabot/docker/alpine-3.21.3
Bump alpine from 3.21.2 to 3.21.3
1 parent c06dea1 commit f6d7629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a clean tiny image to store artifacts in
2-
FROM alpine:3.21.2
2+
FROM alpine:3.21.3
33

44
# Labels for http://label-schema.org/rc1/#build-time-labels
55
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
@@ -51,7 +51,7 @@ RUN set -eux ;\
5151
apk update --no-cache ;\
5252
apk add --no-cache \
5353
bash~=5.2 \
54-
curl~=8.11 \
54+
curl~=8.12 \
5555
git~=2.47 ;\
5656
rm -rf /var/cache/* ;\
5757
rm -rf /root/.cache/*

0 commit comments

Comments
 (0)