From 05be4ad3ef110e36b950ac636281a3c529f54314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:15:30 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile b/apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile index d31066defaa5..76744309608e 100644 --- a/apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile +++ b/apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/openresty/docker-openresty ARG RESTY_IMAGE_BASE="ubuntu" -ARG RESTY_IMAGE_TAG="focal" +ARG RESTY_IMAGE_TAG="resolute" ARG PANEL_OPENRESTY_VERSION FROM 1panel/openresty:${PANEL_OPENRESTY_VERSION} as panel-openresty