diff --git a/Dockerfile b/Dockerfile index 8f522d8..33ddb14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN \ git checkout v4.9.5 \ && make -FROM registry.access.redhat.com/ubi9/ubi:9.6-1760340943 +FROM registry.access.redhat.com/ubi10/ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f # hadolint ignore=DL3041 RUN \ dnf update --assumeyes --disableplugin=subscription-manager \ @@ -27,7 +27,6 @@ RUN \ ethtool \ golang \ iproute \ - iptables \ iputils \ jq \ libselinux-utils \