From ba26e5d580a9bba86f49f43921413a0e5743ebcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 05:18:30 +0000 Subject: [PATCH 1/2] Bump alpine from 3.20.0 to 3.20.2 Bumps alpine from 3.20.0 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1b1aa0..9900085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM alpine:3.20.0 +FROM alpine:3.20.2 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md From 7d8d3c8299596033f9487790e9e3816a000178e6 Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper Date: Wed, 24 Jul 2024 13:42:48 +0200 Subject: [PATCH 2/2] Bump curl to 8.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9900085..04f0b7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN set -eux ;\ apk update --no-cache ;\ apk add --no-cache \ bash~=5.2 \ - curl~=8.7 \ + curl~=8.8 \ git~=2.45 ;\ rm -rf /var/cache/* ;\ rm -rf /root/.cache/*