Skip to content

Commit

Permalink
Merge pull request #221 from project-kessel/dependabot/docker/ubi8/ub…
Browse files Browse the repository at this point in the history
…i-minimal-8.10-1130

Bump ubi8/ubi-minimal from 8.10-1086 to 8.10-1130
  • Loading branch information
tonytheleg authored Nov 6, 2024
2 parents a85a24d + 689bf57 commit d26e8cc
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 d26e8cc

Please sign in to comment.