File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project follows Wordpress versioning.
6
6
7
+ ## [ 5.2.4] - 2019-10-15
8
+ ### Changed
9
+ - Upgrade Wordpress version to 5.2.4
10
+
7
11
## [ 5.2.3] - 2019-09-29
8
12
## Added
9
13
- Multiarch support
@@ -118,6 +122,7 @@ and this project follows Wordpress versioning.
118
122
## 0.1.0 - 2015-02-23
119
123
Initial release
120
124
125
+ [ 5.2.4 ] : https://github.com/osixia/docker-wordpress/compare/v5.2.3...v5.2.4
121
126
[ 5.2.3 ] : https://github.com/osixia/docker-wordpress/compare/v5.2.1...v5.2.3
122
127
[ 5.2.1 ] : https://github.com/osixia/docker-wordpress/compare/v5.1.1...v5.2.1
123
128
[ 5.1.1 ] : https://github.com/osixia/docker-wordpress/compare/v5.0.3...v5.1.1
Original file line number Diff line number Diff line change 1
1
NAME = osixia/wordpress
2
- VERSION = 5.2.3
2
+ VERSION = 5.2.4
3
3
4
4
.PHONY : build build-nocache test tag-latest push push-latest release git-tag-version
5
5
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A docker image to run wordpress
6
6
7
7
[ hub ] : https://hub.docker.com/r/osixia/wordpress/
8
8
9
- Latest release: 5.2.3 - Wordpress 5.2.3 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/wordpress )
9
+ Latest release: 5.2.4 - Wordpress 5.2.4 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/wordpress )
10
10
11
11
### Under the hood: osixia/web-baseimage
12
12
Original file line number Diff line number Diff line change 1
1
FROM osixia/web-baseimage:release-1.2.0-dev
2
2
3
3
# Wordpress version
4
- ARG WORDPRESS_VERSION=5.2.3
5
- ARG WORDPRESS_MD5=bde83b629bc7a833f7000bc522cde120
4
+ ARG WORDPRESS_VERSION=5.2.4
5
+ ARG WORDPRESS_MD5=3754354348a70374bd610995219777f8
6
6
7
7
# Install apache2 and php7.3-fpm using osixia/baseimage utils
8
8
# Caution: /container/tool/install-service-available arguments order is important
You can’t perform that action at this time.
0 commit comments