Skip to content

Commit 9fc2089

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Update UBI image to fix CVE
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 894e739 commit 9fc2089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ARG STATIC_LINK=no
3737
RUN make
3838

3939
# hash below referred to latest
40-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:65a240ad8bd3f2fff3e18a22ebadc40da0b145616231fc1e16251f3c6dee087a
40+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:03238f7dbd9865aa33e5e266c2adb1cbb01ebd5cabcb58790bca641c7f3c059c
4141
ARG version
4242
USER root
4343

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies:
116116
match: tag
117117

118118
- name: ubi8-minimal
119-
version: sha256:65a240ad8bd3f2fff3e18a22ebadc40da0b145616231fc1e16251f3c6dee087a
119+
version: sha256:03238f7dbd9865aa33e5e266c2adb1cbb01ebd5cabcb58790bca641c7f3c059c
120120
refPaths:
121121
- path: Dockerfile.ubi
122122
match: registry.access.redhat.com/ubi8/ubi-minimal

0 commit comments

Comments
 (0)