From f87c7989a9ccc2b734e287e801d9bfb4baba4705 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Sun, 20 Jun 2021 13:10:40 +0100 Subject: [PATCH 1/3] Bumping version to 2.2.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7e541ae..6b4d157 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 \ No newline at end of file +2.2.3 \ No newline at end of file From bd4d6df7872b93b37fceddedd584b71728996d42 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Sun, 20 Jun 2021 13:11:02 +0100 Subject: [PATCH 2/3] Output proxy URI to debug before requesting certificate --- overlay/usr/lib/bf/proxy/request | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay/usr/lib/bf/proxy/request b/overlay/usr/lib/bf/proxy/request index 480057f..a35c6c2 100644 --- a/overlay/usr/lib/bf/proxy/request +++ b/overlay/usr/lib/bf/proxy/request @@ -30,6 +30,7 @@ request() { #====================================================================================================================== bf-echo "Requesting proxy server certificate..." +bf-debug " .. ${PROXY_URI}" request "${PROXY_URI}" bf-done From 3ef2bc5cdfe46411778eae84e6d7f1208121f8aa Mon Sep 17 00:00:00 2001 From: Ben Green Date: Sun, 27 Jun 2021 07:21:26 +0100 Subject: [PATCH 3/3] Using latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a97ce5a..8404d20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/nginx:alpine3.14-2.2.1 +FROM bfren/nginx:alpine3.14-2.2.2 # port 80 is already exposed by the base image EXPOSE 443