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