Skip to content

Commit

Permalink
RHOAIENG-7423 - Updated ubi8 image
Browse files Browse the repository at this point in the history
Signed-off-by: Achyut Madhusudan <[email protected]>
  • Loading branch information
Achyut Madhusudan committed May 20, 2024
1 parent a91ea11 commit 5a65472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY controllers/ controllers/
USER root
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
WORKDIR /
COPY --from=builder /workspace/manager .
COPY config/internal config/internal
Expand Down

0 comments on commit 5a65472

Please sign in to comment.