From 0e4526e4d045294ba19ccc1766b59df3b8d3ec39 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 17 Oct 2021 19:14:35 +0200 Subject: [PATCH] update nginx version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c1226a..d4d962c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine AS builder ARG DEP_DEV="alpine-sdk zlib-dev pcre-dev openssl-dev gd-dev" ARG NGINX_MODULES="--with-http_realip_module --with-threads --with-http_ssl_module --with-http_v2_module --with-http_image_filter_module --with-http_gzip_static_module --with-http_secure_link_module" -ARG NGINX=1.17.9 +ARG NGINX=1.20.1 RUN apk add --no-cache ${DEP_DEV} @@ -34,4 +34,4 @@ EXPOSE 80 STOPSIGNAL SIGTERM -CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"]