Skip to content

Commit

Permalink
Merge pull request #92 from konflux-ci/renovate/registry.access.redha…
Browse files Browse the repository at this point in the history
…t.com-ubi9-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1134
  • Loading branch information
johnbieren authored Jun 27, 2024
2 parents 4e82b5f + d79cd4c commit 3fd6cce
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.3-1361
FROM registry.access.redhat.com/ubi9-minimal:9.4-1134
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 3fd6cce

Please sign in to comment.