docker: update base alpine docker image to 3.16.7

- the previous (0.12.2) release image was based on 3.16.4 since the .patch version was not specified, which shows vulnerabilities when scanned with trivy (https://github.com/shaarli/Shaarli/pull/2019)
This commit is contained in:
nodiscc 2023-10-03 18:43:24 +02:00
parent ea3cda543c
commit 5db074fdef
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -26,7 +26,7 @@ RUN cd shaarli \
# Stage 4:
# - Shaarli image
FROM alpine:3.16
FROM alpine:3.16.7
LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \