feature(nginx): update default base version

This commit is contained in:
2023-08-10 17:01:32 -06:00
parent a8fc01f885
commit 9a1153e93c
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# build AB-NGINX container (based on NGINX mainline)
#
ARG NGINX_VERSION=1.23.2
ARG NGINX_VERSION=1.25.1
FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION