Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit fbaf3c1

Browse files
authored
Merge pull request #158 from jdeathe/issue/154
CLOSES #154: Adds php-hello-world 0.11.0.
2 parents e841cc7 + f50dd77 commit fbaf3c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CentOS-7 7.5.1804 x86_64, Apache 2.4, PHP-CGI 5.4 (FastCGI), PHP memcached 2.2,
1111
- Updates source image to [2.4.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.4.1).
1212
- Updates `httpd` packages to 2.4.6-88.
1313
- Updates `php` packages to 5.4.16-46.
14+
- Updates php-hello-world to [0.11.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.11.0).
1415

1516
### 2.0.0 - 2018-10-14
1617

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM jdeathe/centos-ssh:2.4.1
99
# Use the form ([{fqdn}-]{package-name}|[{fqdn}-]{provider-name})
1010
ARG PACKAGE_NAME="app"
1111
ARG PACKAGE_PATH="/opt/${PACKAGE_NAME}"
12-
ARG PACKAGE_RELEASE_VERSION="0.10.0"
12+
ARG PACKAGE_RELEASE_VERSION="0.11.0"
1313

1414
# -----------------------------------------------------------------------------
1515
# FastCGI support

0 commit comments

Comments
 (0)