From 0f0b0563b554186017e99a6a110441aa8eb23ab0 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Jun 2024 20:54:30 +0200 Subject: [PATCH] docker: update base alpine linux image to v3.19.2 - https://www.alpinelinux.org/posts/Alpine-3.19.2-released.html --- Dockerfile | 2 +- tests/docker/alpine319/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4698d1e7d..23f2282ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM docker.io/alpine:3.19.1 +FROM docker.io/alpine:3.19.2 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \ diff --git a/tests/docker/alpine319/Dockerfile b/tests/docker/alpine319/Dockerfile index 4e3d392c5..c04e6d539 100644 --- a/tests/docker/alpine319/Dockerfile +++ b/tests/docker/alpine319/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.19.1 +FROM docker.io/alpine:3.19.2 MAINTAINER Shaarli Community RUN apk --update --no-cache add \