Skip to content

Commit 06b89f4

Browse files
chore(deps): update registry.access.redhat.com/ubi9 docker digest to 6f0f6dc
1 parent 167797e commit 06b89f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default:
3434

3535
build:
3636
image:
37-
name: registry.access.redhat.com/ubi9@sha256:fd3612ebe7968002122fb8c41df2cf9bd3f9916c573f7248113cdec1d6f4c245
37+
name: registry.access.redhat.com/ubi9@sha256:6f0f6dcd869836762e1a32d75beb904577b6e73ac5df0adeb11a5f90674af605
3838
entrypoint: [""]
3939
stage: build
4040
cache:

images/sbomer-generator/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://catalog.redhat.com/software/containers/ubi9/618326f8c0d15aff4912fe0b
2-
FROM registry.access.redhat.com/ubi9@sha256:fd3612ebe7968002122fb8c41df2cf9bd3f9916c573f7248113cdec1d6f4c245
2+
FROM registry.access.redhat.com/ubi9@sha256:6f0f6dcd869836762e1a32d75beb904577b6e73ac5df0adeb11a5f90674af605
33

44
RUN dnf -y --noplugins --setopt=install_weak_deps=0 --setopt=tsflags=nodocs upgrade
55
RUN INSTALL_PKGS="jq wget unzip zip git skopeo glibc-langpack-en" && \

0 commit comments

Comments
 (0)