Skip to content

Commit

Permalink
Merge pull request #41 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.4-1227
  • Loading branch information
yftacherzog authored Sep 4, 2024
2 parents 7045e57 + 47595d7 commit 7c5b05e
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.4-1194
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227

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

0 comments on commit 7c5b05e

Please sign in to comment.