-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-4.9.5' into stable
- Loading branch information
Showing
4 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM osixia/web-baseimage:1.1.1 | |
MAINTAINER Bertrand Gouny <[email protected]> | ||
|
||
# Wordpress version | ||
ARG WORDPRESS_VERSION=4.9.4 | ||
ARG WORDPRESS_SHA1=0e630bf940fd586b10e099cd9195b3e825fb194c | ||
ARG WORDPRESS_VERSION=4.9.5 | ||
ARG WORDPRESS_SHA1=6992f19163e21720b5693bed71ffe1ab17a4533a | ||
|
||
# MariaDB version | ||
ARG MARIADB_MAJOR=10.2 | ||
|