Skip to content

Commit f0f91eb

Browse files
Bump ubi9/ubi-micro from 9.3-6 to 9.3-13 in /operator
Bumps ubi9/ubi-micro from 9.3-6 to 9.3-13. --- updated-dependencies: - dependency-name: ubi9/ubi-micro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e764a43 commit f0f91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY operator/main.go main.go
1818
# Build
1919
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2020

21-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-6
21+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-13
2222
WORKDIR /
2323
COPY --from=builder /workspace/manager .
2424
USER 65532:65532

0 commit comments

Comments
 (0)