From 92df86b2005e6cfe3fe4a1a02dfb47fe227f434a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:58:34 +0000 Subject: [PATCH] chore(deps): bump kumahq/ubuntu-netools in /test/dockerfiles Bumps [kumahq/ubuntu-netools](https://github.com/kumahq/ci-tools) from `d63a58d` to `039becc`. - [Release notes](https://github.com/kumahq/ci-tools/releases) - [Commits](https://github.com/kumahq/ci-tools/commits) --- updated-dependencies: - dependency-name: kumahq/ubuntu-netools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/dockerfiles/universal.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dockerfiles/universal.Dockerfile b/test/dockerfiles/universal.Dockerfile index 849f893fbd71..492defc83b9b 100644 --- a/test/dockerfiles/universal.Dockerfile +++ b/test/dockerfiles/universal.Dockerfile @@ -1,7 +1,7 @@ ARG ARCH FROM kumahq/envoy:no-push-$ARCH AS envoy # Built in github.com/kumahq/ci-tools -FROM ghcr.io/kumahq/ubuntu-netools:main@sha256:d63a58d9dd24337ab37d7d20ee6989b0322e89183484f6e998c959056aca4b4d +FROM ghcr.io/kumahq/ubuntu-netools:main@sha256:039becca895297ceefdd7f7482f4c469f1cdaacfb98741671ea1c72a918ff784 ARG ARCH