diff --git a/apps/openresty/1.27.1.2-0-1-focal/build/Dockerfile b/apps/openresty/1.27.1.2-0-1-focal/build/Dockerfile index 85447f49ad33..c5f49c8b3348 100644 --- a/apps/openresty/1.27.1.2-0-1-focal/build/Dockerfile +++ b/apps/openresty/1.27.1.2-0-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="noble" ARG PANEL_OPENRESTY_VERSION FROM 1panel/openresty:${PANEL_OPENRESTY_VERSION} as panel-openresty