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 5aa914d commit 886beeaCopy full SHA for 886beea
template/golang-http/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.3 as watchdog
+FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15-alpine3.13 as build
3
4
ARG TARGETPLATFORM
template/golang-middleware/Dockerfile
0 commit comments