From f3283be512b12f479ab3645854c94017e5e09d11 Mon Sep 17 00:00:00 2001 From: James Deathe Date: Wed, 27 Dec 2017 00:19:34 +0000 Subject: [PATCH] ISSUE 130: Updates image source to 1.10.2. --- .dockerignore | 10 ++++++++++ CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..f1d19b8 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +.git +.gitignore +dist +test +LICENSE +README-short.txt +*.md +!README.md +**/*.mk +**/Makefile \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c82534a..3bca471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Summary of release changes for Version 1. CentOS-6 6.9 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1. +### 1.10.2 - Unreleased + +- Updates image source to [release 1.10.2](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.10.2). + ### 1.10.1 - 2017-09-28 - Updates image source to [release 1.10.1](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.10.1). diff --git a/Dockerfile b/Dockerfile index dece37b..ee59cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1. # # ============================================================================= -FROM jdeathe/centos-ssh-apache-php:1.10.1 +FROM jdeathe/centos-ssh-apache-php:1.10.2 # ----------------------------------------------------------------------------- # FastCGI support