1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-25 00:37:43 +02:00

Alpine 3.20 (#2233)

This commit is contained in:
J0WI 2024-06-04 21:48:48 +00:00 committed by GitHub
parent 48180ee807
commit 5fdeb7bc4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.19
FROM php:8.2-fpm-alpine3.20
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.19
FROM php:8.2-fpm-alpine3.20
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.19
FROM php:8.2-fpm-alpine3.20
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -2,7 +2,7 @@
set -eo pipefail
declare -A alpine_version=(
[default]='3.19'
[default]='3.20'
)
declare -A debian_version=(

View File

@ -20,7 +20,7 @@
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.19",
"baseVersion": "3.20",
"phpVersion": "8.2"
}
}
@ -46,7 +46,7 @@
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.19",
"baseVersion": "3.20",
"phpVersion": "8.2"
}
}
@ -72,7 +72,7 @@
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.19",
"baseVersion": "3.20",
"phpVersion": "8.2"
}
}