From 6035251168d596fc748fa739d262aa42ae2e2240 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, 25 Jun 2026 00:44:16 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.5 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index bf72087..98c55c1 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,6 +1,6 @@ # VULNERABLE Alpine 3.23.1 (PRE-CVE-2025-15467 fix) # For testing vulnerability scanning/fixing tools -FROM alpine:3.23.1 +FROM alpine:3.23.5 # Install vulnerable OpenSSL (pre-Jan 2026 patches) RUN apk add --no-cache openssl