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

Commit 2266973

Browse files
committed
#236: Updates php-hello-world app package to 0.14.0.
1 parent 382038e commit 2266973

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
### 1.13.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:1.11.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="1.13.1"
88

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

0 commit comments

Comments
 (0)