From 0305ab640bcbf1cc32a6a1446ccdb74ca41bf0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:20:41 +0000 Subject: [PATCH] Bump alpine from 3.17.2 to 3.21.2 Bumps alpine from 3.17.2 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.scratch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.scratch b/Dockerfile.scratch index 64f4746e..1f625118 100644 --- a/Dockerfile.scratch +++ b/Dockerfile.scratch @@ -1,4 +1,4 @@ -FROM alpine:3.17.2 as nobody +FROM alpine:3.21.2 as nobody FROM scratch # use a non-privileged user but need to add it in