Skip to content

Commit adecec9

Browse files
committed
Use the continually updated rc image instead.
1 parent 23df981 commit adecec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/8.5/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5.0beta1-fpm
1+
FROM php:8.5-rc-fpm
22

33
WORKDIR /var/www
44

update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
),
142142
'8.5' => array(
143143
'php' => array(
144-
'base_name' => 'php:8.5.0beta1-fpm',
144+
'base_name' => 'php:8.5-rc-fpm',
145145
'apt' => array( 'libjpeg-dev', 'libpng-dev', 'libwebp-dev', 'libzip-dev', 'libssl-dev', 'libmemcached-dev', 'unzip', 'libmagickwand-dev', 'ghostscript', 'libonig-dev', 'locales', 'sudo', 'rsync' ),
146146
'extensions' => array( 'gd', 'mysqli', 'zip', 'exif', 'intl', 'mbstring' ),
147147
'pecl_extensions' => array(),

0 commit comments

Comments
 (0)