From 2d77aafaac5a81e153195f28e155055c1146d030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 20:55:03 -0400 Subject: [PATCH] build(deps): bump ubuntu in /plugins/proxywasm/e2e/nginx (#607) Bumps ubuntu from 25.04 to 25.10. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '25.10' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 670d344..ac0b552 100644 --- a/plugins/proxywasm/e2e/nginx/Dockerfile +++ b/plugins/proxywasm/e2e/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:25.04 +FROM ubuntu:25.10 RUN apt update && apt install -y libatomic1