Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/php-fpm-healthcheck-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.8.3-php8.3-fpm-alpine@sha256:51ff4a8e5c0d80e4546e8bc949bb91c219441f98ec147de23a0b1a57e60809e6
FROM wordpress:6.9.4-php8.3-fpm-alpine@sha256:5a728781720c2a9e97f38eee10e9fe6ceaae332115ea369684ef6dd7fe5b7792
RUN apk add --no-cache fcgi

# Enable php fpm status page
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/php-fpm-redis-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.8.3-php8.3-fpm-alpine@sha256:51ff4a8e5c0d80e4546e8bc949bb91c219441f98ec147de23a0b1a57e60809e6
FROM wordpress:6.9.4-php8.3-fpm-alpine@sha256:5a728781720c2a9e97f38eee10e9fe6ceaae332115ea369684ef6dd7fe5b7792

RUN apk add --no-cache fcgi

Expand Down