From cb3178873c44379710cc7a2264364a528a7c6ead Mon Sep 17 00:00:00 2001 From: Tiago Moreira <110294544+TiagoMoreira003@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:11:26 +0000 Subject: [PATCH] Bumping envoy image Bumping version of envoy because the older one uses an envoy image that had as base a ubuntu image in end of life, so by bumping the version. The new one no longer uses the older ubuntu image. Signed-off-by: Tiago Moreira <110294544+TiagoMoreira003@users.noreply.github.com> --- third_party/metadata_envoy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/metadata_envoy/Dockerfile b/third_party/metadata_envoy/Dockerfile index 43de5836f15..2728c15cfcc 100644 --- a/third_party/metadata_envoy/Dockerfile +++ b/third_party/metadata_envoy/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM envoyproxy/envoy:v1.27.3 +FROM envoyproxy/envoy:v1.33.14 RUN apt-get update -y && \ apt-get install --no-install-recommends -y -q gettext openssl