From 92c1da1dc7619729e2990299a608068429de8d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:13:22 +0300 Subject: [PATCH] build(deps): bump envoyproxy/envoy in /cmd/cl-dataplane (#663) Bumps envoyproxy/envoy from v1.30.1 to v1.30.4. --- updated-dependencies: - dependency-name: envoyproxy/envoy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cmd/cl-dataplane/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cl-dataplane/Dockerfile b/cmd/cl-dataplane/Dockerfile index 3801c08b9..9f8880416 100644 --- a/cmd/cl-dataplane/Dockerfile +++ b/cmd/cl-dataplane/Dockerfile @@ -1,4 +1,4 @@ -FROM envoyproxy/envoy:v1.30.1 +FROM envoyproxy/envoy:v1.30.4 # Populated during the build process, for example, with 'arm64' or 'amd64'. ARG TARGETARCH