Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.9 to 8.10 (#1834)
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.9 to 8.10.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent bddd0b8 commit 746b0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
--mount=type=cache,target=/go/.cache/ \
make fleet-manager fleetshard-sync GOOS=linux GOARCH=${TARGETARCH}

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 as standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard

RUN microdnf install shadow-utils

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . ./

RUN make binary

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 as standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard

ENV KUBECTL_VERSION=v1.28.1

Expand Down

0 comments on commit 746b0d9

Please sign in to comment.