Skip to content

Commit

Permalink
Bump ubi9/ubi-micro from 9.4-13 to 9.4-15 in /hodometer
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.4-13 to 9.4-15.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 6605caf commit 192ddcf
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.4-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-15
COPY --from=builder /build/bin/hodometer /bin/hodometer

# Copy licenses
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.4-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-15
COPY --from=builder /build/bin/receiver /bin/receiver

# Copy licenses
Expand Down

0 comments on commit 192ddcf

Please sign in to comment.