From 6067508bb16ad2e582c0926bfc9b9b4a95412155 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 14 Jan 2022 14:23:23 +0100 Subject: [PATCH] dockerfile: update base image to alpine 3.15 - fixes https://github.com/shaarli/Shaarli/issues/1655 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79d33130..4ca30424 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \