Merge pull request #1826 from nodiscc/dockerfile-alpine-3.15

dockerfile: update base image to alpine 3.15
This commit is contained in:
nodiscc 2022-01-14 13:38:10 +00:00 committed by GitHub
commit 30cf6bf92e
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.12
FROM alpine:3.15
LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \