update version

This commit is contained in:
cupcakearmy 2022-02-07 12:26:58 +01:00
parent 8b063e8919
commit 25351fda16
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -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}