We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629942c commit b0facd3Copy full SHA for b0facd3
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM openfaas/of-watchdog:0.7.7 AS watchdog
2
-FROM alpine:3.10 AS runtime
+FROM openfaas/of-watchdog:0.8.1 AS watchdog
+FROM alpine:3.12 AS runtime
3
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
5
RUN chmod +x /usr/bin/fwatchdog
ingress/fni-le-prod.yml
@@ -7,6 +7,7 @@ spec:
7
domain: "bitcoinjs-guide.bitcoin-studio.com"
8
function: "bitcoinjs-guide"
9
ingressType: "nginx"
10
+ path: ""
11
tls:
12
enabled: true
13
issuerRef:
0 commit comments