From 848e4a69424ba28c64b927c4dfff4bfddb484f0d Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Tue, 8 Nov 2022 11:53:51 +0100 Subject: [PATCH] fix ubi8 sha256 --- CHANGELOG.md | 3 ++- java-base/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bac4c53a..3f4c2faef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. ### Changed -- Updated base images to latest ubi8 tag 8.6-990 ([#248]). +- Updated base images to latest ubi8 tag 8.6-994 ([#249]). ### Removed @@ -20,3 +20,4 @@ All notable changes to this project will be documented in this file. [#95]: https://github.com/stackabletech/docker-images/pull/95 [#248]: https://github.com/stackabletech/docker-images/pull/248 +[#249]: https://github.com/stackabletech/docker-images/pull/249 diff --git a/java-base/Dockerfile b/java-base/Dockerfile index bbd51b7f7..73c1e31bd 100644 --- a/java-base/Dockerfile +++ b/java-base/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6@sha256:c6184bf1780638e3d1032030cf6381e40627ed66410405daad6543fa4dbf8fed +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6@sha256:c5ffdf5938d73283cec018f2adf59f0ed9f8c376d93e415a27b16c3c6aad6f45 ARG PRODUCT ARG RELEASE="1"