Skip to content

Commit

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

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1734497536
  • Loading branch information
yftacherzog authored Dec 23, 2024
2 parents 004455a + b980f22 commit 4b9f9ae
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 @@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1734497536

COPY LICENSE /licenses
COPY --from=builder /opt/app-root/src/manager /
Expand Down

0 comments on commit 4b9f9ae

Please sign in to comment.