feat(dockerfile): Increment nginx base to 1.27.3

This commit is contained in:
Asif Bacchus 2025-01-10 13:34:40 -07:00
parent 87b4092177
commit 666cc8a592

View File

@ -2,7 +2,7 @@
# build AB-NGINX container (based on NGINX mainline on Alpine linux)
#
ARG NGINX_VERSION=1.27
ARG NGINX_VERSION=1.27.3
FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION