Commit 0a6ab3d Josh Bot
committed
1 parent 148f27f commit 0a6ab3d Copy full SHA for 0a6ab3d
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.3 -fpm
1
+ FROM php:8.2 -fpm
2
2
3
3
# install the PHP extensions we need
4
4
RUN set -ex; \
@@ -34,7 +34,7 @@ RUN set -ex; \
34
34
; \
35
35
pecl install \
36
36
apcu-5.1.23 \
37
- igbinary-3.2.16 \
37
+ igbinary-3.2.15 \
38
38
imagick-3.7.0 \
39
39
memcache-8.2 \
40
40
memcached-3.2.0 \
@@ -55,8 +55,8 @@ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/
55
55
# see https://secure.php.net/manual/en/opcache.installation.php
56
56
COPY wordpress.ini /usr/local/etc/php/conf.d/wordpress.ini
57
57
58
- ENV WORDPRESS_VERSION 6.7.1
59
- ENV WORDPRESS_SHA1 dfb745d4067368bb9a9491f2b6f7e8d52d740fd1
58
+ ENV WORDPRESS_VERSION 6.7.2
59
+ ENV WORDPRESS_SHA1 ff727df89b694749e91e357dc2329fac620b3906
60
60
61
61
RUN set -ex; \
62
62
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz" ; \
You can’t perform that action at this time.
0 commit comments