diff --git a/Dockerfile b/Dockerfile index 5e6b17b..8e0f2d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM openresty/openresty:1.25.3.2-1-alpine +FROM openresty/openresty:1.27.1.1-0-alpine COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf RUN chown -R 101:101 /usr/local/openresty/nginx/ EXPOSE 8080