diff --git a/openresty/Dockerfile b/openresty/Dockerfile index 190cf82..6071d34 100644 --- a/openresty/Dockerfile +++ b/openresty/Dockerfile @@ -1,6 +1,6 @@ # Pin to specific version for reproducibility and security # Check https://hub.docker.com/r/openresty/openresty/tags for updates -FROM openresty/openresty:1.27.1.2-10-alpine-fat +FROM openresty/openresty:1.27.1.2-11-alpine-fat # Use the default system tree ENV TREE=/usr/local