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