Skip to content

Commit b0facd3

Browse files
author
Janaka-Steph
committed
Update packages
1 parent 629942c commit b0facd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM openfaas/of-watchdog:0.7.7 AS watchdog
2-
FROM alpine:3.10 AS runtime
1+
FROM openfaas/of-watchdog:0.8.1 AS watchdog
2+
FROM alpine:3.12 AS runtime
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
55
RUN chmod +x /usr/bin/fwatchdog

ingress/fni-le-prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
domain: "bitcoinjs-guide.bitcoin-studio.com"
88
function: "bitcoinjs-guide"
99
ingressType: "nginx"
10+
path: ""
1011
tls:
1112
enabled: true
1213
issuerRef:

0 commit comments

Comments
 (0)