Skip to content

Commit 0a6ab3d

Browse files
author
Josh Bot
committed
WordPress 6.7.2
1 parent 148f27f commit 0a6ab3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fpm/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-fpm
1+
FROM php:8.2-fpm
22

33
# install the PHP extensions we need
44
RUN set -ex; \
@@ -34,7 +34,7 @@ RUN set -ex; \
3434
; \
3535
pecl install \
3636
apcu-5.1.23 \
37-
igbinary-3.2.16 \
37+
igbinary-3.2.15 \
3838
imagick-3.7.0 \
3939
memcache-8.2 \
4040
memcached-3.2.0 \
@@ -55,8 +55,8 @@ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/
5555
# see https://secure.php.net/manual/en/opcache.installation.php
5656
COPY wordpress.ini /usr/local/etc/php/conf.d/wordpress.ini
5757

58-
ENV WORDPRESS_VERSION 6.7.1
59-
ENV WORDPRESS_SHA1 dfb745d4067368bb9a9491f2b6f7e8d52d740fd1
58+
ENV WORDPRESS_VERSION 6.7.2
59+
ENV WORDPRESS_SHA1 ff727df89b694749e91e357dc2329fac620b3906
6060

6161
RUN set -ex; \
6262
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

0 commit comments

Comments
 (0)