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 4d5d8bb commit 820dc72Copy full SHA for 820dc72
template/node12/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.7.2 as watchdog
+FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.3 as watchdog
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
3
4
ARG TARGETPLATFORM
@@ -59,6 +59,7 @@ ENV upstream_url="http://127.0.0.1:3000"
59
ENV exec_timeout="10s"
60
ENV write_timeout="15s"
61
ENV read_timeout="15s"
62
+ENV prefix_logs="false"
63
64
HEALTHCHECK --interval=3s CMD [ -e /tmp/.lock ] || exit 1
65
0 commit comments