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

Commit b30ba37

Browse files
authored
Merge pull request #107 from jdeathe/centos-6-develop
Release changes for 1.7.2
2 parents 0c9f6c2 + 6233019 commit b30ba37

File tree

6 files changed

+246
-148
lines changed

6 files changed

+246
-148
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1.
55
#
66
# =============================================================================
7-
FROM jdeathe/centos-ssh-apache-php:centos-6-1.7.2
7+
FROM jdeathe/centos-ssh-apache-php:centos-6-1.7.3
88

99
MAINTAINER James Deathe <james.deathe@gmail.com>
1010

@@ -39,7 +39,7 @@ ENV APACHE_MPM="worker"
3939
# -----------------------------------------------------------------------------
4040
# Set image metadata
4141
# -----------------------------------------------------------------------------
42-
ARG RELEASE_VERSION="1.7.1"
42+
ARG RELEASE_VERSION="1.7.2"
4343
LABEL \
4444
install="docker run \
4545
--rm \

0 commit comments

Comments
 (0)