Skip to content

Commit

Permalink
feat: bump ubi9/ubi-micro from 9.4 to 9.5 (#36)
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.4 to 9.5.

---
updated-dependencies:
- dependency-name: ubi9/ubi-micro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1ebf885 commit 78036c5
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 @@ -10,7 +10,7 @@ COPY *.go Makefile .

RUN make build

FROM registry.access.redhat.com/ubi9/ubi-micro:9.4
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

RUN mkdir -p licenses

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.signalilo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN make build

FROM quay.io/vshn/signalilo:v0.14.0 AS signalilo

FROM registry.access.redhat.com/ubi9/ubi-micro:9.4
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

RUN mkdir -p licenses

Expand Down

0 comments on commit 78036c5

Please sign in to comment.