From 25351fda165db2b73c3dbebbf1771bf0972d072f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 7 Feb 2022 12:26:58 +0100 Subject: [PATCH] update version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4d962c..af799fa 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.20.1 +ARG NGINX=1.20.2 RUN apk add --no-cache ${DEP_DEV}