From 0ee6ef3fc41d3e1d50208e49737f493435c63cd6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 13 Sep 2021 02:45:51 -0600 Subject: [PATCH] chore(dockerfile): bump versions - update NGINX to latest version (1.21.3) - update internal version to 5.2 (bug-fix release) --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index ef4288b..75e725a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ # build AB-NGINX container (based on NGINX mainline) # -ARG NGINX_VERSION=1.21.1 +ARG NGINX_VERSION=1.21.3 FROM nginx:${NGINX_VERSION}-alpine ARG NGINX_VERSION