Use nginx stable releases

This commit is contained in:
hoellen 2020-04-24 10:05:59 +02:00
parent 4c1314551d
commit c8998c394a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.11
ENV UID=991 GID=991 ENV UID=991 GID=991
ARG NGINX_VERSION=1.17.10 ARG NGINX_VERSION=1.18.0
ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8"
ARG BUILD_CORES ARG BUILD_CORES

View File

@ -2,7 +2,7 @@ FROM alpine:3.11
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.17.10 ARG NGINX_VER=1.18.0
ARG PHP_VER=7.3.17 ARG PHP_VER=7.3.17
ARG LIBICONV_VERSION=1.16 ARG LIBICONV_VERSION=1.16