From c3fbafdddb2b1c3a185311b0898d302b46e61747 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:12:12 +0000 Subject: [PATCH] chore(deps): update alpine docker tag --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/Dockerfile.dev b/Dockerfile.dev index bf72087..4f5a424 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.24.0 # Install vulnerable OpenSSL (pre-Jan 2026 patches) RUN apk add --no-cache openssl