Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Extends the official WordPress runtime with our tuned PHP upload limits so the
# image is self-contained — production and CI both build this, and tagged
# releases publish it to GHCR. No host bind-mount is needed for the PHP config.
FROM wordpress:7.0-php8.4-apache
FROM wordpress:7.1-php8.4-apache

# Ensure the curl CLI is present — it powers the container HEALTHCHECK below and
# the deploy-time health probe (scripts/healthcheck.sh in "compose service"
Expand Down