diff --git a/Dockerfile b/Dockerfile index ac6c17cf..b29ab50f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -265,7 +265,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.18.5 as slim +FROM alpine:3.19.0 as slim ############################ # Get the build arguements # diff --git a/scripts/install-phive.sh b/scripts/install-phive.sh index de6e8e3e..a55cd947 100755 --- a/scripts/install-phive.sh +++ b/scripts/install-phive.sh @@ -31,8 +31,8 @@ apk add --no-cache --force-overwrite \ ca-certificates \ "glibc-${GLIBC_VERSION}.apk" \ gnupg \ - php81 php81-curl php81-ctype php81-dom php81-iconv php81-mbstring \ - php81-openssl php81-phar php81-simplexml php81-tokenizer php81-xmlwriter \ + php82 php82-curl php82-ctype php82-dom php82-iconv php82-mbstring \ + php82-openssl php82-phar php82-simplexml php82-tokenizer php82-xmlwriter \ tar zstd rm "glibc-${GLIBC_VERSION}.apk" mkdir /tmp/libz