From 1937de24c06dddd1cc8dfdec67da98ee4fe236d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:33:11 +0000 Subject: [PATCH] Bump ubuntu from `340d9b0` to `adbb901` Bumps ubuntu from `340d9b0` to `adbb901`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93d8bc8..872fab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 +FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 LABEL maintainer="Antrea " LABEL description="A Docker-based Github action to determine if changes were made outside of a provided path exclusion list."