Skip to content

Commit

Permalink
fix(tric-stack.yml) update the WordPress version to 5.5
Browse files Browse the repository at this point in the history
lucatume committed Aug 13, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b69a735 commit b62ce93
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,11 @@ 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).

## [0.5.3] - 2020-08-13
### Changed

- Update the WordPress version used in the stack to `5.5`.

## [0.5.2] - 2020-08-10
### Changed

2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.5.2';
const CLI_VERSION = '0.5.3';

$cli_header = implode( ' - ', [
light_cyan( $cli_name ) . ' version ' . light_cyan( CLI_VERSION ),
2 changes: 1 addition & 1 deletion tric-stack.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ services:

wordpress:
# Fix the version of the WordPress image to avoid issues w/ out-of-date database dumps.
image: wordpress:5.4.1-apache
image: wordpress:5.5-apache
networks:
tric:
# Allow the other containers to read this container with a pretty URL.

0 comments on commit b62ce93

Please sign in to comment.