Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
b354be07a5 fix: Dockerfile.alpine to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202
2024-12-17 06:30:16 +00:00

View File

@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.21.0
# Apache + PHP
RUN apk add --no-cache \
apache2 \