Skip to content

Commit 2f377da

Browse files
authored
Merge pull request #265 from openshift/konflux/mintmaker/main/registry.access.redhat.com-ubi9-ubi-minimal-9.x
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1773939694
2 parents 1f463f3 + 2ad89fc commit 2f377da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY internal/controller/ internal/controller/
3030
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
3131
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
3232

33-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
33+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
3434

3535
# Install dependencies for FIPS compliance.
3636
# RUN microdnf install -y openssl && microdnf clean all

0 commit comments

Comments
 (0)