Skip to content

Commit

Permalink
Switch to PHP 8.3 stable. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion authored Dec 7, 2023
1 parent 6f937b0 commit 01017bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/8.3/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-rc-fpm
FROM php:8.3-fpm

WORKDIR /var/www

Expand Down
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 01017bd

Please sign in to comment.