Skip to content

Commit

Permalink
Merge pull request #161 from stellarwp/fix/wordpress-6-2-2
Browse files Browse the repository at this point in the history
Update WordPress to 6.1
  • Loading branch information
borkweb authored Jun 20, 2023
2 parents adce894 + 8155ac1 commit 7a4171a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2023-06-21

* Change - Update WordPress version to 6.1 (the last WP version with a PHP 7.4 image).

## [1.3.3] - 2023-04-04

* Fix - broken CRLF line breaks via slic real-time commands due to docker compose v2.2.x being used [Docker compose issue](https://github.com/docker/compose/issues/8833#issuecomment-953023240).
Expand Down
2 changes: 1 addition & 1 deletion containers/wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG WORDPRESS_IMAGE_VERSION=wordpress/apache
ARG PHP_VERSION=7.4
ARG WP_VERSION=6.0.2
ARG WP_VERSION=6.1

FROM wordpress:${WP_VERSION}-php${PHP_VERSION}-apache
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
Expand Down

0 comments on commit 7a4171a

Please sign in to comment.