diff --git a/Dockerfile b/Dockerfile index 67f39236e..4698d1e7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM docker.io/alpine:3.18.6 +FROM docker.io/alpine:3.19.1 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \ diff --git a/doc/md/dev/Development.md b/doc/md/dev/Development.md index 4e6351da9..66e28e75e 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: -- [`alpine318`](https://github.com/shaarli/Shaarli/blob/master/tests/docker/alpine318/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) diff --git a/tests/docker/alpine318/Dockerfile b/tests/docker/alpine319/Dockerfile similarity index 96% rename from tests/docker/alpine318/Dockerfile rename to tests/docker/alpine319/Dockerfile index 1b5a27808..4e3d392c5 100644 --- a/tests/docker/alpine318/Dockerfile +++ b/tests/docker/alpine319/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.18 +FROM docker.io/alpine:3.19.1 MAINTAINER Shaarli Community RUN apk --update --no-cache add \