Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v9.5-1738816775

Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
  • Loading branch information
konflux-staging[bot] authored Feb 11, 2025
1 parent 64a2040 commit 6551a1f
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 @@ -35,7 +35,7 @@ RUN cargo build --release ${CARGO_ARGS}
# Run Stage
# ------------------------------------------------------------------------------

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775

# shadow-utils is required for `useradd`
RUN PKGS="libgcc libstdc++ shadow-utils" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN cargo build --release --target aarch64-unknown-linux-gnu
# Run Stage
# ------------------------------------------------------------------------------

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775

# shadow-utils is required for `useradd`
RUN PKGS="libgcc libstdc++ shadow-utils" \
Expand Down

0 comments on commit 6551a1f

Please sign in to comment.