From fc8a8c57247e23c33e2b7589d26208a35e4d112e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:29:55 +0000 Subject: [PATCH] Bump ubuntu from `6042500` to `ab75ad5` in /ci/ovs_test_setup Bumps ubuntu from `6042500` to `ab75ad5`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/ovs_test_setup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ovs_test_setup/Dockerfile b/ci/ovs_test_setup/Dockerfile index 17a9a7b3..b7041cf5 100644 --- a/ci/ovs_test_setup/Dockerfile +++ b/ci/ovs_test_setup/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b +FROM ubuntu:22.04@sha256:ab75ad5f473e7d04598c975c4dd9ee5d23449334425b9cc46eecc10879f19858 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN apt-get update -y \ && apt-get install -y linux-headers-generic openvswitch-switch-dpdk \