fix: Dockerfile.alpine to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754
This commit is contained in:
snyk-bot 2021-08-07 21:38:53 +00:00
parent 9a5d9eafeb
commit 9ae6591aa3
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795

View file

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