File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
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.1] - 2019-05-29
8
+ ### Changed
9
+ - Upgrade Wordpress version to 5.2.1
10
+
7
11
## [ 5.1.1] - 2019-03-14
8
12
### Changed
9
13
- Upgrade Wordpress version to 5.1.1
@@ -106,6 +110,7 @@ and this project follows Wordpress versioning.
106
110
## 0.1.0 - 2015-02-23
107
111
Initial release
108
112
113
+ [ 5.2.1 ] : https://github.com/osixia/docker-wordpress/compare/v5.1.1...v5.2.1
109
114
[ 5.1.1 ] : https://github.com/osixia/docker-wordpress/compare/v5.0.3...v5.1.1
110
115
[ 5.0.3 ] : https://github.com/osixia/docker-wordpress/compare/v4.9.7...v5.0.3
111
116
[ 4.9.7 ] : https://github.com/osixia/docker-wordpress/compare/v4.9.6...v4.9.7
Original file line number Diff line number Diff line change 1
1
NAME = osixia/wordpress
2
- VERSION = 5.1 .1
2
+ VERSION = 5.2 .1
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.1 .1 - Wordpress 5.1 .1 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/wordpress )
9
+ Latest release: 5.2 .1 - Wordpress 5.2 .1 - [ 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
- FROM osixia/web-baseimage:1.1.1
1
+ FROM osixia/web-baseimage:1.1.2
2
2
3
3
# Wordpress version
4
- ARG WORDPRESS_VERSION=5.1 .1
5
- ARG WORDPRESS_MD5=e878b33b520f61e61f2caa0f08886c1b
4
+ ARG WORDPRESS_VERSION=5.2 .1
5
+ ARG WORDPRESS_MD5=aa13bf5f99e05fe8ab24940b382f2e3f
6
6
7
7
# MariaDB version
8
8
ARG MARIADB_MAJOR=10.3
You can’t perform that action at this time.
0 commit comments