Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-06-30 16:06:30 +0300
committerGitHub Workflow <workflow@github.com>2022-06-30 16:06:30 +0300
commit66f397fd74c272636dd9ccfc5f52bf2f5112ce2f (patch)
tree69d74a33d6ee1103bf25ffd469f35c1452917a26
parent3df4ad5737e14e1108488b9d38bb2352cdb65116 (diff)
Runs update.sh
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--24/fpm-alpine/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 2592cbb..0aa2182 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.0-fpm-alpine3.15
+FROM php:8.0-fpm-alpine3.16
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 5af4bf0..857c3ca 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.0-fpm-alpine3.15
+FROM php:8.0-fpm-alpine3.16
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index bb33401..bc7b357 100644
--- a/24/fpm-alpine/Dockerfile
+++ b/24/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.0-fpm-alpine3.15
+FROM php:8.0-fpm-alpine3.16
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \