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 wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG WORDPRESS_IMAGE_TAG=5.5.1-php7.4-apache
ARG WORDPRESS_IMAGE_TAG=5.9-php8.1-apache
FROM wordpress:${WORDPRESS_IMAGE_TAG} AS release

# Add sudo in order to run wp-cli as the www-data user
Expand Down