From dc16cf8ba29c46d0099c3744386807b20b3d1c94 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 22 May 2024 19:58:05 +0200 Subject: [PATCH 1/4] docker: update base alpine linux image to v3.19.1 - https://www.alpinelinux.org/posts/Alpine-3.19.0-released.html - https://www.alpinelinux.org/posts/Alpine-3.19.1-released.html --- doc/md/dev/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/dev/Development.md b/doc/md/dev/Development.md index b712b0f34..593e6ae71 100644 --- a/doc/md/dev/Development.md +++ b/doc/md/dev/Development.md @@ -277,7 +277,7 @@ Unit tests can be run inside [Docker](../Docker.md) containers. Test Dockerfiles are located under `tests/docker//Dockerfile`, and can be used to build Docker images to run Shaarli test suites under commonLinux environments. Dockerfiles are provided for the following environments: -- [`alpine319`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/alpine319/Dockerfile) - [Alpine Linux 3.18](https://www.alpinelinux.org/downloads/) +- [`alpine319`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/alpine319/Dockerfile) - [Alpine Linux 3.19](https://www.alpinelinux.org/downloads/) - [`debian8`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/debian8/Dockerfile) - [Debian 8 Jessie](https://wiki.debian.org/DebianJessie) (oldoldstable) - [`debian9`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/debian9/Dockerfile) - [Debian 9 Stretch](https://wiki.debian.org/DebianStretch) (oldstable) - [`ubuntu16`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/ubuntu16/Dockerfile) - [Ubuntu 16.04 Xenial Xerus](https://releases.ubuntu.com/16.04/) (old LTS) From 891b337e6e3dcc14f508f0b6fb02e49e478e1bd7 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Jun 2024 20:54:30 +0200 Subject: [PATCH 2/4] 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 20b7710f3..2e85bdaa9 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 \ From 58887f92f24b6a5f13ba768dfdef1160f75b6323 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 25 Jul 2024 21:04:10 +0200 Subject: [PATCH 3/4] docker: update base alpine linux image to v3.19.3 - https://www.alpinelinux.org/posts/Alpine-3.17.8-3.18.7-3.19.2-released.html - https://www.alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html --- Dockerfile | 2 +- tests/docker/alpine319/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e85bdaa9..19f5adf62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM docker.io/alpine:3.19.2 +FROM docker.io/alpine:3.19.3 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \ diff --git a/tests/docker/alpine319/Dockerfile b/tests/docker/alpine319/Dockerfile index c04e6d539..6a3e4f462 100644 --- a/tests/docker/alpine319/Dockerfile +++ b/tests/docker/alpine319/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.19.2 +FROM docker.io/alpine:3.19.3 MAINTAINER Shaarli Community RUN apk --update --no-cache add \ From ecc943291d5172c19946f8c0995bef80606e9ed4 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 14 Sep 2024 19:26:02 +0200 Subject: [PATCH 4/4] docker: update base alpine linux image to v3.19.3 - https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html --- Dockerfile | 2 +- tests/docker/alpine319/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19f5adf62..0ba814019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM docker.io/alpine:3.19.3 +FROM docker.io/alpine:3.19.4 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \ diff --git a/tests/docker/alpine319/Dockerfile b/tests/docker/alpine319/Dockerfile index 6a3e4f462..b29e51215 100644 --- a/tests/docker/alpine319/Dockerfile +++ b/tests/docker/alpine319/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.19.3 +FROM docker.io/alpine:3.19.4 MAINTAINER Shaarli Community RUN apk --update --no-cache add \