Skip to content

Commit

Permalink
Merge pull request konflux-ci#211 from konflux-ci/konflux/mintmaker/m…
Browse files Browse the repository at this point in the history
…ain/registry.access.redhat.com-ubi9-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1736404155
  • Loading branch information
johnbieren authored Jan 13, 2025
2 parents f3a49b0 + 165a4a4 commit ce0d0e7
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-1734497536
FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155
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 ce0d0e7

Please sign in to comment.