Skip to content

Commit a523db7

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1764794109
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5219bde commit a523db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-1764794109
3434

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

0 commit comments

Comments
 (0)