Skip to content

Commit b716c52

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

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.1
44

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

0 commit comments

Comments
 (0)