From f632b1a73aece5beba8447d56e6cc583854078c2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:28:55 +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