summaryrefslogtreecommitdiffstats
path: root/26
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-05-31 15:17:36 +0000
committerGitHub <noreply@github.com>2023-05-31 15:17:36 +0000
commit22d28e45cdcdb553239af45c7b1566d628f72bc6 (patch)
tree4ef8b5f402659abc9623bddaefb929d8d1120ceb /26
parentfb5866ada90529aa04da11c9b0f96511b61a09d5 (diff)
Alpine 3.18 & PHP 8.2 (#1989)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '26')
-rw-r--r--26/apache/Dockerfile2
-rw-r--r--26/fpm-alpine/Dockerfile2
-rw-r--r--26/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index 9efd8fd6..f68f2834 100644
--- a/26/apache/Dockerfile
+++ b/26/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:8.1-apache-bullseye
+FROM php:8.2-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/26/fpm-alpine/Dockerfile b/26/fpm-alpine/Dockerfile
index 14a0e90b..0ea82474 100644
--- a/26/fpm-alpine/Dockerfile
+++ b/26/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.1-fpm-alpine3.17
+FROM php:8.2-fpm-alpine3.18
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index 303f0efb..ff51826e 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:8.1-fpm-bullseye
+FROM php:8.2-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \