Merge pull request #13999 from snipe/security/alpine

Updated to alpine 3.18.5 (PR to #13989)
This commit is contained in:
snipe 2023-12-05 15:01:07 +00:00 committed by GitHub
commit 34bf6818ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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