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.0-php8.3-fpm-alpine@sha256:b8781d41a4fae58fa3422e57bb782f3f5e58a71a4402c1e3fcbb6220108dbbf4
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.0-php8.3-fpm-alpine@sha256:b8781d41a4fae58fa3422e57bb782f3f5e58a71a4402c1e3fcbb6220108dbbf4

RUN apk add --no-cache fcgi

Expand Down