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

Commit b9b0d95

Browse files
committed
#3: Update source image to 2.4.1
1 parent b16d871 commit b9b0d95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 2.
66

77
CentOS-7 7.5.1804 x86_64 - Redis 4.0.
88

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

1115
- Initial release.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# =============================================================================
22
# jdeathe/centos-ssh-redis
33
#
4-
# CentOS-6, Redis 4.0.
4+
# CentOS-7, Redis 4.0.
55
# =============================================================================
6-
FROM jdeathe/centos-ssh:2.4.0
6+
FROM jdeathe/centos-ssh:2.4.1
77

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

0 commit comments

Comments
 (0)