From fd2514d2debe7fb70b6013a654a7131af8eaeaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:49:55 +0000 Subject: [PATCH 1/2] Bump library/alpine from 3.19.4 to 3.21.2 Bumps library/alpine from 3.19.4 to 3.21.2. --- updated-dependencies: - dependency-name: library/alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7945a5fe..4a5ace0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ ARG RUNTIME_DEPS="\ tzdata \ " -FROM docker.io/library/alpine:3.19.4 as builder +FROM docker.io/library/alpine:3.21.3 as builder ARG HUMHUB_VERSION ARG BUILD_DEPS @@ -91,7 +91,7 @@ RUN composer config --no-plugins allow-plugins.yiisoft/yii2-composer true && \ grunt build-assets && \ rm -rf ./node_modules -FROM docker.io/library/alpine:3.19.4 as base +FROM docker.io/library/alpine:3.21.3 as base ARG HUMHUB_VERSION ARG RUNTIME_DEPS From 795ca605395305a5b5afa91cd7afd2600debf969 Mon Sep 17 00:00:00 2001 From: Michael Riedmann Date: Thu, 27 Mar 2025 11:16:38 +0100 Subject: [PATCH 2/2] bump php version to 8.3 --- Dockerfile | 96 +++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a5ace0a..91f7cd89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,27 +4,27 @@ ARG BUILD_DEPS="\ ca-certificates \ nodejs \ npm \ - php82 \ - php82-ctype \ - php82-curl \ - php82-dom \ - php82-exif \ - php82-fileinfo \ - php82-gd \ - php82-iconv \ - php82-intl \ - php82-json \ - php82-ldap \ - php82-mbstring \ - php82-openssl \ - php82-pdo_mysql \ - php82-phar \ - php82-simplexml \ - php82-tokenizer \ - php82-xml \ - php82-xmlreader \ - php82-xmlwriter \ - php82-zip \ + php83 \ + php83-ctype \ + php83-curl \ + php83-dom \ + php83-exif \ + php83-fileinfo \ + php83-gd \ + php83-iconv \ + php83-intl \ + php83-json \ + php83-ldap \ + php83-mbstring \ + php83-openssl \ + php83-pdo_mysql \ + php83-phar \ + php83-simplexml \ + php83-tokenizer \ + php83-xml \ + php83-xmlreader \ + php83-xmlwriter \ + php83-zip \ composer \ tzdata \ " @@ -34,33 +34,33 @@ ARG RUNTIME_DEPS="\ curl \ imagemagick \ libintl \ - php82 \ - php82-apcu \ - php82-bcmath \ - php82-ctype \ - php82-curl \ - php82-dom \ - php82-exif \ - php82-fileinfo \ - php82-fpm \ - php82-gd \ - php82-gmp \ - php82-iconv \ - php82-intl \ - php82-json \ - php82-ldap \ - php82-mbstring \ - php82-openssl \ - php82-pdo_mysql \ - php82-pecl-imagick \ - php82-phar \ - php82-session \ - php82-simplexml \ - php82-sqlite3 \ - php82-xml \ - php82-xmlreader \ - php82-xmlwriter \ - php82-zip \ + php83 \ + php83-apcu \ + php83-bcmath \ + php83-ctype \ + php83-curl \ + php83-dom \ + php83-exif \ + php83-fileinfo \ + php83-fpm \ + php83-gd \ + php83-gmp \ + php83-iconv \ + php83-intl \ + php83-json \ + php83-ldap \ + php83-mbstring \ + php83-openssl \ + php83-pdo_mysql \ + php83-pecl-imagick \ + php83-phar \ + php83-session \ + php83-simplexml \ + php83-sqlite3 \ + php83-xml \ + php83-xmlreader \ + php83-xmlwriter \ + php83-zip \ sqlite \ supervisor \ tzdata \