Skip to content

Commit 9188496

Browse files
authored
Merge pull request #83 from chaitanya1731/docker-opt
Docker: Updated base UBI minimal version to latest
2 parents cb7683d + 4fe3a8a commit 9188496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/intel-dgpu-driver.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN git clone -b ${FIRMWARE_RELEASE} --single-branch https://github.com/intel-gp
5151
&& install -D /build/intel-gpu-firmware/firmware/pvc* /build/firmware/
5252

5353
# Packaging Intel GPU driver components in the base UBI image for certification
54-
FROM registry.redhat.io/ubi9/ubi-minimal:9.2
54+
FROM registry.redhat.io/ubi9/ubi-minimal:9.3
5555
ARG DRIVER_VERSION
5656
ARG KERNEL_FULL_VERSION
5757
ARG I915_RELEASE

0 commit comments

Comments
 (0)