From 01017bd0bc096a7a8fb55f77390855c9ab9419ef Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 7 Dec 2023 17:07:44 +0000 Subject: [PATCH] Switch to PHP 8.3 stable. (#126) --- images/8.3/php/Dockerfile | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/8.3/php/Dockerfile b/images/8.3/php/Dockerfile index 4274444..8b00e5f 100644 --- a/images/8.3/php/Dockerfile +++ b/images/8.3/php/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-rc-fpm +FROM php:8.3-fpm WORKDIR /var/www diff --git a/update.php b/update.php index db9e51c..f425c8b 100644 --- a/update.php +++ b/update.php @@ -141,7 +141,7 @@ ), '8.3' => array( 'php' => array( - 'base_name' => 'php:8.3-rc-fpm', + 'base_name' => 'php:8.3-fpm', 'apt' => array( 'libjpeg-dev', 'libpng-dev', 'libwebp-dev', 'libzip-dev', 'libmemcached-dev', 'unzip', 'libmagickwand-dev', 'ghostscript', 'libonig-dev', 'locales', 'sudo', 'rsync', 'libxslt-dev' ), 'extensions' => array( 'gd', 'opcache', 'mysqli', 'zip', 'exif', 'intl', 'mbstring', 'xml', 'xsl' ), 'pecl_extensions' => array(),