Merge pull request #2024 from nodiscc/update-alpine-3.16

docker: update base alpine docker image to 3.16.7
This commit is contained in:
nodiscc 2023-10-03 16:46:44 +00:00 committed by GitHub
commit c4d3e2d7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \