Skip to content

Commit

Permalink
php8.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann committed Dec 20, 2023
1 parent ae16dae commit dd7c441
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ ARG BUILD_DEPS="\
ca-certificates \
nodejs \
npm \
php81 \
php81-ctype \
php81-curl \
php81-dom \
php81-exif \
php81-fileinfo \
php81-gd \
php81-iconv \
php81-intl \
php81-json \
php81-ldap \
php81-mbstring \
php81-openssl \
php81-pdo_mysql \
php81-phar \
php81-simplexml \
php81-tokenizer \
php81-xml \
php81-xmlreader \
php81-xmlwriter \
php81-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 \
"
Expand All @@ -34,31 +34,31 @@ ARG RUNTIME_DEPS="\
curl \
imagemagick \
libintl \
php81 \
php81-apcu \
php81-ctype \
php81-curl \
php81-dom \
php81-exif \
php81-fileinfo \
php81-fpm \
php81-gd \
php81-iconv \
php81-intl \
php81-json \
php81-ldap \
php81-mbstring \
php81-openssl \
php81-pdo_mysql \
php81-pecl-imagick \
php81-phar \
php81-session \
php81-simplexml \
php81-sqlite3 \
php81-xml \
php81-xmlreader \
php81-xmlwriter \
php81-zip \
php83 \
php83-apcu \
php83-ctype \
php83-curl \
php83-dom \
php83-exif \
php83-fileinfo \
php83-fpm \
php83-gd \
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 \
Expand Down

0 comments on commit dd7c441

Please sign in to comment.