From 0cf67e02d331203ecc4c98db76303a94e84f1ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:30:50 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 in /ci/ovs_test_setup Bumps ubuntu from 22.04 to 24.04. --- 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..deb5d83d 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:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN apt-get update -y \ && apt-get install -y linux-headers-generic openvswitch-switch-dpdk \