Skip to content

Commit 0b0b655

Browse files
ccongeralexellis
authored andcommitted
Update of-watchdog to 0.7.1
You can see the changes of the releases since 0.5.3 at https://github.com/openfaas-incubator/of-watchdog/releases Signed-off-by: Channing Conger <cconger@netflix.com>
1 parent 1b0642b commit 0b0b655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/golang-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.5.3 as watchdog
1+
FROM openfaas/of-watchdog:0.7.1 as watchdog
22
FROM golang:1.10.4-alpine3.8 as build
33

44
ENV CGO_ENABLED=0

template/golang-middleware/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.5.3 as watchdog
1+
FROM openfaas/of-watchdog:0.7.1 as watchdog
22
FROM golang:1.11-alpine3.10 as build
33

44
ENV CGO_ENABLED=0

0 commit comments

Comments
 (0)