Skip to content

Commit

Permalink
Merge pull request #201 from konflux-ci/konflux/mintmaker/main/regist…
Browse files Browse the repository at this point in the history
…ry.access.redhat.com-ubi9-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1733767867
  • Loading branch information
johnbieren authored Dec 10, 2024
2 parents ac8a20c + a39af81 commit 9cfb7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma

# Use ubi-minimal as minimal base image to package the manager binary
# See https://catalog.redhat.com/software/containers/ubi9-minimal/61832888c0d15aff4912fe0d
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394
FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867
COPY --from=builder /opt/app-root/src/manager /

# Temp fix to address CVE-2023-38545 and CVE-2023-38546
Expand Down

0 comments on commit 9cfb7cb

Please sign in to comment.