diff --git a/fedora/Dockerfile b/fedora/Dockerfile index 3a5e88838..6455c5388 100644 --- a/fedora/Dockerfile +++ b/fedora/Dockerfile @@ -24,7 +24,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \ go build -o vgpu-util && \ mv vgpu-util /work -ARG FEDORA_VERSION=36 +ARG FEDORA_VERSION=45 FROM fedora:${FEDORA_VERSION}