We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523951e commit 1b09e89Copy full SHA for 1b09e89
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bfren/nginx:alpine3.14-2.2.1
+FROM bfren/nginx:alpine3.14-2.2.2
2
3
# port 80 is already exposed by the base image
4
EXPOSE 443
VERSION
@@ -1 +1 @@
-2.2.2
+2.2.3
overlay/usr/lib/bf/proxy/request
@@ -30,6 +30,7 @@ request() {
30
#======================================================================================================================
31
32
bf-echo "Requesting proxy server certificate..."
33
+bf-debug " .. ${PROXY_URI}"
34
request "${PROXY_URI}"
35
bf-done
36
0 commit comments