Skip to content

Commit 29dc574

Browse files
Bump ubi9/ubi-micro from 9.4-13 to 9.4-15 in /operator (SeldonIO#5885)
Bumps ubi9/ubi-micro from 9.4-13 to 9.4-15. --- updated-dependencies: - dependency-name: ubi9/ubi-micro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92eac21 commit 29dc574

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.4-13
21+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-15
2222
WORKDIR /
2323
COPY --from=builder /workspace/manager .
2424
USER 65532:65532

0 commit comments

Comments
 (0)