Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.10-1086 to 8.10-1130
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-1086 to 8.10-1130.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent a85a24d commit 689bf57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder

ARG TARGETARCH
USER root
Expand All @@ -24,7 +24,7 @@ COPY main.go Makefile ./
ARG VERSION
RUN VERSION=${VERSION} make build

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130

COPY --from=builder /workspace/bin/inventory-api /usr/local/bin/

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder

ARG TARGETARCH
USER root
Expand All @@ -22,7 +22,7 @@ COPY test/e2e .
RUN go mod tidy
RUN go test -c -o e2e-inventory-tests

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130

COPY --from=builder /workspace/e2e-inventory-tests /usr/local/bin/

Expand Down

0 comments on commit 689bf57

Please sign in to comment.