diff options
| author | 2024-06-05 20:44:57 +0200 | |
|---|---|---|
| committer | 2024-06-05 20:44:57 +0200 | |
| commit | cdb9d4a5a8f25924a2c0336093c5d187d4fe3791 (patch) | |
| tree | 59daa856dba412bbb5eb960a27a9a2800e710568 | |
| parent | 2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 (diff) | |
Docker Alpine 3.20 (#6477)
https://alpinelinux.org/posts/Alpine-3.20.0-released.html
Moving from PHP 8.2.19 to PHP 8.3.7, still with Apache/2.4.59
| -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 0f0aabfa1..0cd30b89e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 ENV TZ UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine index bc055cf19..e3dbf39eb 100644 --- a/Docker/Dockerfile-Alpine +++ b/Docker/Dockerfile-Alpine @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 ENV TZ UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] |
