From 2e3472f83be133a4c7deb178f17353cd6a918a5c Mon Sep 17 00:00:00 2001 From: DDSRem <73049927+DDSRem@users.noreply.github.com> Date: Sat, 25 May 2024 10:39:58 +0800 Subject: [PATCH] bump: php82 to php83 --- nevinee.iyuu.Dockerfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/nevinee.iyuu.Dockerfile b/nevinee.iyuu.Dockerfile index 524dc6f..34ced93 100644 --- a/nevinee.iyuu.Dockerfile +++ b/nevinee.iyuu.Dockerfile @@ -8,28 +8,28 @@ RUN apk add --no-cache \ tar \ unzip \ zip \ - php82 \ - php82-curl \ - php82-dom \ - php82-json \ - php82-mbstring \ - php82-openssl \ - php82-opcache \ - php82-pdo \ - php82-pdo_sqlite \ - php82-phar \ - php82-pcntl \ - php82-posix \ - php82-simplexml \ - php82-sockets \ - php82-session \ - php82-zip \ - php82-zlib \ - php82-xml \ + php83 \ + php83-curl \ + php83-dom \ + php83-json \ + php83-mbstring \ + php83-openssl \ + php83-opcache \ + php83-pdo \ + php83-pdo_sqlite \ + php83-phar \ + php83-pcntl \ + php83-posix \ + php83-simplexml \ + php83-sockets \ + php83-session \ + php83-zip \ + php83-zlib \ + php83-xml \ && git config --global pull.ff only \ && git config --global --add safe.directory /iyuu \ && git clone --depth 1 https://github.com/ledccn/IYUUPlus.git /iyuu \ - && echo -e "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=${TZ}" > /etc/php82/conf.d/99-overrides.ini \ + && echo -e "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=${TZ}" > /etc/php83/conf.d/99-overrides.ini \ && rm -rf /var/cache/apk/* /tmp/* COPY root2 / VOLUME ["/iyuu"] \ No newline at end of file