summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-03-21 18:45:38 +0000
committerGitHub <noreply@github.com>2023-03-21 18:45:38 +0000
commit321d0b29a0dbf40254e63b598da40f8cae75f1f4 (patch)
tree21611606785f687257f4f1f4e9d5b163143959bc /update.sh
parent287f6ddc866e225410949eacbfb423098966a17e (diff)
Remove EOL 23 (#1951)
* Remove EOL 23 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Clenaup GMP extension installation Signed-off-by: J0WI <J0WI@users.noreply.github.com> --------- Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index 608a9bba..57724f90 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,6 @@
set -eo pipefail
declare -A php_version=(
- [23]='8.0'
[24]='8.0'
[default]='8.1'
)
@@ -78,7 +77,7 @@ variants=(
fpm-alpine
)
-min_version='23'
+min_version='24'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {
@@ -112,8 +111,6 @@ function create_variant() {
s/%%REDIS_VERSION%%/'"${pecl_versions[redis]}"'/g;
s/%%IMAGICK_VERSION%%/'"${pecl_versions[imagick]}"'/g;
s/%%CRONTAB_INT%%/'"$crontabInt"'/g;
- \@docker-php-ext-configure gmp --with-gmp@d;
- \@/usr/include/gmp.h@d;
' "$dir/Dockerfile"
# Copy the shell scripts