We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302c67d commit c3fbafdCopy full SHA for c3fbafd
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# VULNERABLE Alpine 3.20 (PRE-CVE-2025-15467 fix)
2
# For testing vulnerability scanning/fixing tools
3
-FROM alpine:3.20
+FROM alpine:3.23
4
5
# Install vulnerable OpenSSL (pre-Jan 2026 patches)
6
RUN apk add --no-cache openssl
Dockerfile.dev
# VULNERABLE Alpine 3.23.1 (PRE-CVE-2025-15467 fix)
-FROM alpine:3.23.1
+FROM alpine:3.24.0
0 commit comments