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

Commit 7b52eb1

Browse files
authored
Merge pull request #6 from jdeathe/issue/4
CLOSES #3: Update source image to 1.9.1
2 parents 1b88f94 + fc0335a commit 7b52eb1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.10 x86_64 - Redis 3.2.
88

9+
### 1.0.1 - Unreleased
10+
11+
- Updates source image to [1.9.1](https://github.com/jdeathe/centos-ssh/releases/tag/1.9.1).
12+
913
### 1.0.0 - 2018-11-03
1014

1115
- Initial release.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# CentOS-6, Redis 3.2.
55
# =============================================================================
6-
FROM jdeathe/centos-ssh:1.9.0
6+
FROM jdeathe/centos-ssh:1.9.1
77

88
RUN yum -y install \
99
--setopt=tsflags=nodocs \

0 commit comments

Comments
 (0)