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

Commit

Permalink
Merge pull request #57 from jdeathe/issue/53
Browse files Browse the repository at this point in the history
CLOSES #53: Updates source image to 2.4.1.
  • Loading branch information
jdeathe authored Nov 16, 2018
2 parents e723c83 + ba9fee6 commit 6180d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CentOS-7 7.5.1804 x86_64 - Memcached 1.4.

- Fixes typo in test; using `--format` instead of `--filter`.
- Adds required `--sysctl` settings to docker run templates.
- Updates source image to [2.4.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.4.1).

### 2.1.0 - 2018-08-16

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# CentOS-7, Memcached 1.4.
# =============================================================================
FROM jdeathe/centos-ssh:2.4.0
FROM jdeathe/centos-ssh:2.4.1

RUN rpm --rebuilddb \
&& yum -y install \
Expand Down

0 comments on commit 6180d91

Please sign in to comment.