diff --git a/Dockerfile b/Dockerfile index 1217ad0..1f466a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.25.3.2-0-alpine-fat +FROM openresty/openresty:1.27.1.1-0-alpine-fat # Install apt and lua dependencies RUN apk add --no-cache git bash python3 && \