Skip to content

Commit

Permalink
Merge pull request #2088 from nodiscc/alpine-3.19
Browse files Browse the repository at this point in the history
docker: update base alpine linux image to v3.19.4
  • Loading branch information
nodiscc authored Oct 19, 2024
2 parents 8a541c7 + ecc9432 commit ebf040d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cd shaarli \

# Stage 4:
# - Shaarli image
FROM docker.io/alpine:3.19.1
FROM docker.io/alpine:3.19.4
LABEL maintainer="Shaarli Community"

RUN apk --update --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion doc/md/dev/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Unit tests can be run inside [Docker](../Docker.md) containers.

Test Dockerfiles are located under `tests/docker/<distribution>/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)
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/alpine319/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.19.1
FROM docker.io/alpine:3.19.4
MAINTAINER Shaarli Community

RUN apk --update --no-cache add \
Expand Down

0 comments on commit ebf040d

Please sign in to comment.