Skip to content

Commit

Permalink
build(deps): bump ubi9/ubi-minimal in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: ubi9/ubi-minimal.


Updates `ubi9/ubi-minimal` from `f182b50` to `1b6d711`

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 4866dfe commit 382fcbd
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 @@ -41,7 +41,7 @@ COPY . .

RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}"

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}"

## Final image

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 382fcbd

Please sign in to comment.