Skip to content

Commit 3cff101

Browse files
chore(deps): update alpine docker tag
1 parent 302c67d commit 3cff101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VULNERABLE Alpine 3.20 (PRE-CVE-2025-15467 fix)
22
# For testing vulnerability scanning/fixing tools
3-
FROM alpine:3.20
3+
FROM alpine:3.24
44

55
# Install vulnerable OpenSSL (pre-Jan 2026 patches)
66
RUN apk add --no-cache openssl

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VULNERABLE Alpine 3.23.1 (PRE-CVE-2025-15467 fix)
22
# For testing vulnerability scanning/fixing tools
3-
FROM alpine:3.23.1
3+
FROM alpine:3.24.0
44

55
# Install vulnerable OpenSSL (pre-Jan 2026 patches)
66
RUN apk add --no-cache openssl

0 commit comments

Comments
 (0)