From 609814ebe5af6f50e4a6e7377b8e56516c61fa3b Mon Sep 17 00:00:00 2001 From: Rob Pothier Date: Tue, 14 Jun 2022 12:15:57 -0400 Subject: [PATCH] Update the Red Hat image for cve-2022-1271 --- CHANGELOG.md | 5 +++++ Dockerfile | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855e29cd..82cc426a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.23.5] - 2022-06-14 +### Security +- Update the Red Hat ubi image in Dockerfile + [cyberark/conjur-authn-k8s-client#471](https://github.com/cyberark/conjur-authn-k8s-client/pull/471) + ## [0.24.4] - 2022-05-31 ## [0.23.3] - 2022-05-19 diff --git a/Dockerfile b/Dockerfile index 0b6aaff2..0eec018e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,6 +94,8 @@ ENTRYPOINT [ "/usr/local/bin/authenticator" ] FROM registry.access.redhat.com/ubi8/ubi as authenticator-client-redhat MAINTAINER CyberArk Software Ltd. +RUN yum -y distro-sync + # Add Limited user RUN groupadd -r authenticator \ -g 777 && \