From 5db074fdef58ca8a08e2bc2bc21b96e4b47a34a8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 3 Oct 2023 18:43:24 +0200 Subject: [PATCH] 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) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed05e171..aab91ca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \