Skip to content

Commit

Permalink
Merge pull request #70 from the-events-calendar/fix/update-wp-version…
Browse files Browse the repository at this point in the history
…-to-5.6

Udpate WP version to 5.6
  • Loading branch information
borkweb authored Jan 19, 2021
2 parents 5e7eef5 + 6121283 commit 2d7db43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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).

## [0.5.21] - 2021-01-19
### Changed
- Updated default WordPress image to `5.6-apache`.

## [0.5.20] - 2020-12-28
### Changed
- Updated default repo org to `the-events-calendar`.
Expand Down
2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.5.20';
const CLI_VERSION = '0.5.21';

$cli_header = implode( ' - ', [
light_cyan( $cli_name ) . ' version ' . light_cyan( CLI_VERSION ),
Expand Down
2 changes: 1 addition & 1 deletion tric-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
dockerfile: ${TRIC_WORDPRESS_DOCKERFILE:-Dockerfile.debug}
args:
# Fix the version of the WordPress image to avoid issues w/ out-of-date database dumps.
WORDPRESS_IMAGE_VERSION: 5.5-apache
WORDPRESS_IMAGE_VERSION: 5.6-apache
# Allow the image to be built creating the user and group ID for the host machine user.
DOCKER_RUN_UID: ${DOCKER_RUN_UID:-0}
DOCKER_RUN_GID: ${DOCKER_RUN_GID:-0}
Expand Down

0 comments on commit 2d7db43

Please sign in to comment.