From 6e1d5bcca09009f616132b74445fb391dbaad297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:00:47 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82cab42..51d36a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:3.17 as runtime +FROM docker.io/library/alpine:3.21 as runtime RUN \ apk add --update --no-cache \