From 20c7bfaff21d0ca7b14385943f212931ccdfd7f8 Mon Sep 17 00:00:00 2001 From: Gontier Julien <52894530+Gontier-Julien@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:09:03 +0200 Subject: [PATCH] Bump Alpine version from 3.17 to 3.21 Signed-off-by: Gontier Julien <52894530+Gontier-Julien@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d7d22b1..7523f0af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.21 RUN apk --no-cache add -f \ openssl \