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

Commit 464a020

Browse files
authored
Merge pull request #255 from jdeathe/issue/254
CLOSES #254: Updates packages to fix the build.
2 parents 54bedc8 + 2a419a2 commit 464a020

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Summary of release changes.
66

7+
### 2.2.3 - Unreleased
8+
9+
- Updates `httpd` packages to 2.4.6-90.
10+
- Updates `mod_fcgid` package to 2.3.9-6.
11+
- Updates `mod_ssl` package to 2.4.6-90.
12+
713
### 2.2.2 - 2019-08-05
814

915
- Updates php-hello-world to [0.14.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.14.0).

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN yum -y install \
1414
--disableplugin=fastestmirror \
1515
elinks-0.12-0.37.pre6.el7.0.1 \
1616
fcgi-2.4.0-25.el7 \
17-
httpd-2.4.6-88.el7.centos \
18-
httpd-tools-2.4.6-88.el7.centos \
19-
mod_fcgid-2.3.9-4.el7_4.1 \
20-
mod_ssl-2.4.6-88.el7.centos \
17+
httpd-2.4.6-90.el7.centos \
18+
httpd-tools-2.4.6-90.el7.centos \
19+
mod_fcgid-2.3.9-6.el7 \
20+
mod_ssl-2.4.6-90.el7.centos \
2121
php-cli-5.4.16-46.el7 \
2222
php-common-5.4.16-46.el7 \
23-
php-pecl-zendopcache-7.0.5-2.el7 \
2423
php-pecl-memcached-2.2.0-1.el7 \
2524
php-pecl-redis-2.2.8-1.el7 \
25+
php-pecl-zendopcache-7.0.5-2.el7 \
2626
&& yum versionlock add \
2727
elinks \
2828
fcgi \

0 commit comments

Comments
 (0)