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

Commit 24e3014

Browse files
committed
#62: Fixes build failure; updates redis40u package
1 parent 6bdf20d commit 24e3014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Summary of release changes.
88

99
- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
1010
- Updates source image to [2.6.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.1).
11+
- Updates `redis40u` packages to 4.0.14-2.
1112
- Updates `test/health_status` helper script with for consistency.
1213
- Updates Makefile target `logs` to accept `[OPTIONS]` (e.g `make -- logs -ft`).
1314
- Updates info/error output for consistency.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG RELEASE_VERSION="4.1.0"
88
RUN yum -y install \
99
--setopt=tsflags=nodocs \
1010
--disableplugin=fastestmirror \
11-
redis40u-4.0.14-1.ius.el7 \
11+
redis40u-4.0.14-2.el7.ius \
1212
&& yum versionlock add \
1313
redis40u* \
1414
&& yum clean all

0 commit comments

Comments
 (0)