Skip to content

Commit

Permalink
Merge pull request #1736 from bf2fc6cc711aee1a0c2a/dependabot/docker/…
Browse files Browse the repository at this point in the history
…ubi9-minimal-9.2-691

build(deps): bump ubi9-minimal from 9.2-484 to 9.2-691
  • Loading branch information
machi1990 authored Jun 28, 2023
2 parents d537424 + 97909ce commit 0c2f291
Showing 1 changed file with 2 additions and 2 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/ubi9-minimal:9.2-484 AS builder
FROM registry.access.redhat.com/ubi9-minimal:9.2-691 AS builder

RUN microdnf install -y tar gzip make which git

Expand All @@ -21,7 +21,7 @@ COPY . ./

RUN make binary

FROM registry.access.redhat.com/ubi9-minimal:9.2-484
FROM registry.access.redhat.com/ubi9-minimal:9.2-691

COPY --from=builder /workspace/kas-fleet-manager /usr/local/bin/

Expand Down

0 comments on commit 0c2f291

Please sign in to comment.