From b7a847912707af8227c48c66fa323d4400f5875c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:55:40 +0000 Subject: [PATCH] build(deps): bump ubuntu in /plugins/proxywasm/e2e/nginx Bumps ubuntu from 24.10 to 25.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/proxywasm/e2e/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/proxywasm/e2e/nginx/Dockerfile b/plugins/proxywasm/e2e/nginx/Dockerfile index b1ce6eb5..35ee0f68 100644 --- a/plugins/proxywasm/e2e/nginx/Dockerfile +++ b/plugins/proxywasm/e2e/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 +FROM ubuntu:25.04 RUN apt update && apt install -y libatomic1