Bump ubi8/ubi-micro from 8.10-9 to 8.10-11

Bumps ubi8/ubi-micro from 8.10-9 to 8.10-11.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-19 04:46:51 +00:00
committed by Martin Montes
parent 4ec4c575ad
commit dc999416a4

View File

@ -15,7 +15,7 @@ RUN go mod download
COPY . /app
RUN go build -o mariadb-operator-enterprise cmd/enterprise/*.go
FROM registry.access.redhat.com/ubi8/ubi-micro:8.10-9 AS app
FROM registry.access.redhat.com/ubi8/ubi-micro:8.10-11 AS app
WORKDIR /
COPY --from=builder /licenses /licenses