Skip to content

Commit 4532536

Browse files
Bump ubi9/ubi-micro from 9.3-6 to 9.3-13 in /operator (#5233)
Dependabot couldn't find the original pull request head commit, f0f91eb. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ac8bce commit 4532536

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)