diff options
| author | 2024-12-07 12:11:58 +0100 | |
|---|---|---|
| committer | 2024-12-07 12:11:58 +0100 | |
| commit | e025d17a17c8e5639f12a8fac38d5fb720295540 (patch) | |
| tree | e077c2ef82b5aabcd68bffd7abf8fa6fbc778781 | |
| parent | 6302404ead0b69db23c1fcb63e4c39b169f8c799 (diff) | |
Docker: Alpine 3.21 (#7070)
PHP 8.3.14, Apache/2.4.62
https://alpinelinux.org/posts/Alpine-3.21.0-released.html
| -rw-r--r-- | .devcontainer/Dockerfile | 2 | ||||
| -rw-r--r-- | Docker/Dockerfile-Alpine | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 81317ea71..0aa6334c8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 ENV TZ=UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine index 3d8262a24..9396d4b87 100644 --- a/Docker/Dockerfile-Alpine +++ b/Docker/Dockerfile-Alpine @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 ENV TZ=UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] |
