From 328951e7a757a5eff755a1e0f1283d596c83b10c Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:03:13 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55ee063..bf7de13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # VULNERABLE Alpine 3.20 (PRE-CVE-2025-15467 fix) # For testing vulnerability scanning/fixing tools -FROM alpine:3.20 +FROM alpine:3.23 # Install vulnerable OpenSSL (pre-Jan 2026 patches) RUN apk add --no-cache openssl