From 6121283c37fa0cb8279b0adb1ebd2bf6c543d8a9 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Tue, 19 Jan 2021 14:15:27 +0100 Subject: [PATCH] fix(tric-stack.yml) update WP version to 5.6 --- changelog.md | 4 ++++ tric | 2 +- tric-stack.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index eafe53e..ef32d90 100644 --- a/changelog.md +++ b/changelog.md @@ -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`. diff --git a/tric b/tric index b3b2c0b..a6afb3e 100755 --- a/tric +++ b/tric @@ -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 ), diff --git a/tric-stack.yml b/tric-stack.yml index 98522c4..c80256b 100644 --- a/tric-stack.yml +++ b/tric-stack.yml @@ -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}