Skip to content

Commit

Permalink
build(deps): bump ubi9/ubi-micro from 9.3-13 to 9.5 in /hodometer
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.3-13 to 9.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 2e5a1ed commit 9df406d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hodometer/Dockerfile.hodometer
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN make build-hodometer

################################################################################

FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5
COPY --from=builder /build/bin/hodometer /bin/hodometer

ARG UID=1000
Expand Down
2 changes: 1 addition & 1 deletion hodometer/Dockerfile.receiver
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN make build-receiver

################################################################################

FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5
COPY --from=builder /build/bin/receiver /bin/receiver

ARG UID=1000
Expand Down

0 comments on commit 9df406d

Please sign in to comment.