Skip to content

Commit

Permalink
Bump ubi9/ubi-micro from 9.4-9 to 9.4-13 in /operator (#5798)
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.4-9 to 9.4-13.

---
updated-dependencies:
- dependency-name: ubi9/ubi-micro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 3708100 commit 3c12663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY operator/main.go main.go
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit 3c12663

Please sign in to comment.