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

Commit f3283be

Browse files
committed
ISSUE 130: Updates image source to 1.10.2.
1 parent e58fa10 commit f3283be

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.git
2+
.gitignore
3+
dist
4+
test
5+
LICENSE
6+
README-short.txt
7+
*.md
8+
!README.md
9+
**/*.mk
10+
**/Makefile

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Summary of release changes for Version 1.
66

77
CentOS-6 6.9 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
88

9+
### 1.10.2 - Unreleased
10+
11+
- Updates image source to [release 1.10.2](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.10.2).
12+
913
### 1.10.1 - 2017-09-28
1014

1115
- Updates image source to [release 1.10.1](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.10.1).

Dockerfile

Lines changed: 1 addition & 1 deletion
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:1.10.1
7+
FROM jdeathe/centos-ssh-apache-php:1.10.2
88

99
# -----------------------------------------------------------------------------
1010
# FastCGI support

0 commit comments

Comments
 (0)