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 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 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