Skip to content

Commit 6416ac2

Browse files
Merge pull request #91 from devops-infra/dependabot/docker/alpine-3.21.2
Bump alpine from 3.20.3 to 3.21.2
2 parents 076e288 + 3dda188 commit 6416ac2

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
@@ -1,5 +1,5 @@
11
# Use a clean tiny image to store artifacts in
2-
FROM alpine:3.20.3
2+
FROM alpine:3.21.2
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,8 +51,8 @@ RUN set -eux ;\
5151
apk update --no-cache ;\
5252
apk add --no-cache \
5353
bash~=5.2 \
54-
curl~=8.10 \
55-
git~=2.45 ;\
54+
curl~=8.11 \
55+
git~=2.47 ;\
5656
rm -rf /var/cache/* ;\
5757
rm -rf /root/.cache/*
5858

0 commit comments

Comments
 (0)