From 1074f8593343024d3900648ebf22712218b3cc98 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 3 Jun 2021 07:25:44 +0100 Subject: [PATCH 1/3] Bumping version to 2.1.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index abae0d9..c346e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file From 39a01b33635f8e6cb3685e0a69054ac979210a6d Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 3 Jun 2021 07:25:59 +0100 Subject: [PATCH 2/3] Fixing comment --- overlay/usr/lib/bcg/inc/proxy-setup-ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/lib/bcg/inc/proxy-setup-ssl.sh b/overlay/usr/lib/bcg/inc/proxy-setup-ssl.sh index db5b00b..860c7cd 100644 --- a/overlay/usr/lib/bcg/inc/proxy-setup-ssl.sh +++ b/overlay/usr/lib/bcg/inc/proxy-setup-ssl.sh @@ -47,7 +47,7 @@ create-pem () { # # Arguments # 1 Domain name -# 2 Name of Domain Aliases array +# 2 String containing Domain Aliases (separated by spaces) #====================================================================================================================== setup-ssl () { From 31f43b22c21899430423eb51ecf17af60b20d6fb Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 3 Jun 2021 07:26:05 +0100 Subject: [PATCH 3/3] Using latest Nginx base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 418d808..8f3ef32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bcgdesign/nginx:alpine3.13-2.1.3 +FROM bcgdesign/nginx:alpine3.13-2.1.4 LABEL maintainer="Ben Green " \ org.label-schema.name="Nginx Proxy" \