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

Commit 73b46f0

Browse files
authored
Merge pull request #242 from jdeathe/issue/234
CLOSES #234: Updates php-hello-world app package to 0.14.0.
2 parents c9cdaa6 + 43833a6 commit 73b46f0

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
@@ -6,6 +6,7 @@ Summary of release changes.
66

77
### 2.2.2 - Unreleased
88

9+
- Updates php-hello-world to [0.14.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.14.0).
910
- Adds PHP 5 applicable session settings into service configuration.
1011
- Adds configuration file replacement of placeholders for Xdebug's `DBGP_IDEKEY`.
1112

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM jdeathe/centos-ssh:2.6.0
33
# Use the form ([{fqdn}-]{package-name}|[{fqdn}-]{provider-name})
44
ARG PACKAGE_NAME="app"
55
ARG PACKAGE_PATH="/opt/${PACKAGE_NAME}"
6-
ARG PACKAGE_RELEASE_VERSION="0.13.0"
6+
ARG PACKAGE_RELEASE_VERSION="0.14.0"
77
ARG RELEASE_VERSION="2.2.1"
88

99
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)