Skip to content

Commit 4fe3a8a

Browse files
author
chaitanya1731
committed
Docker: Updated base UBI minimal version to latest
Updated base ubi-minimal version from 9.2 to 9.3 Signed-off-by: chaitanya1731 <chaitanya.kulkarni@intel.com>
1 parent cb7683d commit 4fe3a8a

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)