Skip to content

Commit e28ea44

Browse files
committed
ensure that the base image from the build arg is used in the final stage
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 73f7198 commit e28ea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhel9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN if [ "$DRIVER_TYPE" = "vgpu" ]; then \
2828
go build -o vgpu-util && \
2929
mv vgpu-util /work; fi
3030

31-
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9
31+
FROM ${BASE_IMAGE}
3232

3333
ARG TARGETARCH
3434
ENV TARGETARCH=$TARGETARCH

0 commit comments

Comments
 (0)