Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion java-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down