Skip to content

Commit

Permalink
Bump ubi9/ubi-micro from 9.3-6 to 9.3-9 in /hodometer (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 24, 2024
1 parent 2fdf4b3 commit 08bb990
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-6
FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-9
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-6
FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-9
COPY --from=builder /build/bin/receiver /bin/receiver

ARG UID=1000
Expand Down

0 comments on commit 08bb990

Please sign in to comment.