Skip to content

Commit be13747

Browse files
authored
Create Dockerfile.dev
1 parent 9435683 commit be13747

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Dockerfile.dev

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# VULNERABLE Alpine 3.23.1 (PRE-CVE-2025-15467 fix)
2+
# For testing vulnerability scanning/fixing tools
3+
FROM alpine:3.23.1
4+
5+
# Install vulnerable OpenSSL (pre-Jan 2026 patches)
6+
RUN apk add --no-cache openssl
7+
8+
# Sleep for tool testing
9+
CMD ["sleep", "1000"]

0 commit comments

Comments
 (0)