Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajagopalan-Ranganathan authored May 29, 2024
1 parent 7ab57cf commit 0e7e42b
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/ubi8/ubi-minimal:8.10-896.1716497715 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS builder

ARG TARGETARCH
USER root
Expand All @@ -16,7 +16,7 @@ COPY . ./
RUN go mod vendor
RUN make build

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


COPY --from=builder /workspace/bin/ciam-rebac /usr/local/bin/
Expand Down

0 comments on commit 0e7e42b

Please sign in to comment.