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
This commit is contained in:
snyk-bot 2024-12-17 06:30:16 +00:00
parent 01c18f6303
commit b354be07a5
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

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