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

Commit

Permalink
#876: Updates packages to prevent build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Sep 18, 2019
1 parent c5cd7ef commit 12ba1aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Summary of release changes.
### 2.6.1 - Unreleased

- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
- Updates `openssh` package to 7.4p1-21.el7.
- Updates `openssl` package to 1.0.2k-19.el7.
- Updates `sudo` package to 1.8.23-4.el7.
- Updates `yum-plugin-versionlock` package to 1.1.31-52.el7.
- Updates supervisord to 4.0.4.
- Updates `test/health_status` helper script with for consistency.
- Updates Makefile target `logs` to accept `[OPTIONS]` (e.g `make -- logs -ft`).
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ RUN rpm --rebuilddb \
--setopt=tsflags=nodocs \
--disableplugin=fastestmirror \
inotify-tools-3.14-8.el7 \
openssh-clients-7.4p1-16.el7 \
openssh-server-7.4p1-16.el7 \
openssl-1.0.2k-16.el7 \
openssh-clients-7.4p1-21.el7 \
openssh-server-7.4p1-21.el7 \
openssl-1.0.2k-19.el7 \
python-setuptools-0.9.8-7.el7 \
sudo-1.8.23-3.el7 \
yum-plugin-versionlock-1.1.31-50.el7 \
sudo-1.8.23-4.el7 \
yum-plugin-versionlock-1.1.31-52.el7 \
&& yum versionlock add \
inotify-tools \
openssh \
Expand Down

0 comments on commit 12ba1aa

Please sign in to comment.