From 28c229c500c7bc8ee9084de4c120c66496cb1026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:52:53 +0000 Subject: [PATCH] Bump ubuntu from `f9d633f` to `77906da` in /images/toolbox Bumps ubuntu from `f9d633f` to `77906da`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/toolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/toolbox/Dockerfile b/images/toolbox/Dockerfile index 58f3c02..750d7ec 100644 --- a/images/toolbox/Dockerfile +++ b/images/toolbox/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:22.04@sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da +FROM ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e LABEL maintainer="Antrea " LABEL description="A Docker image with useful tools (for networking) based on Ubuntu"