From af273177daac980208277f37774f11895c0b4f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:15:24 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- apps/openresty/1.27.1.2-5-1-focal/build/Dockerfile | 2 +- apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile | 2 +- apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile.modules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile b/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile index b6886a69d7cc..195ce0a8172d 100644 --- a/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile +++ b/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/openresty/docker-openresty ARG RESTY_IMAGE_BASE="ubuntu" -ARG RESTY_IMAGE_TAG="noble" +ARG RESTY_IMAGE_TAG="resolute" ARG PANEL_OPENRESTY_VERSION FROM 1panel/openresty:${PANEL_OPENRESTY_VERSION} as panel-openresty diff --git a/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile.modules b/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile.modules index 2bd21d12f402..e075dc4b986d 100644 --- a/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile.modules +++ b/apps/openresty/1.31.1.1-2-4-noble/build/Dockerfile.modules @@ -1,5 +1,5 @@ ARG RESTY_IMAGE_BASE="ubuntu" -ARG RESTY_IMAGE_TAG="noble" +ARG RESTY_IMAGE_TAG="resolute" ARG PANEL_OPENRESTY_VERSION="1.31.1.1-2-1-noble" FROM 1panel/openresty:${PANEL_OPENRESTY_VERSION} AS panel-openresty