Skip to content

Commit 0a92a6c

Browse files
committed
Update watchdog version to 0.10.4
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 680f126 commit 0a92a6c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: LICENSE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2017-2018 Alex Ellis
3+
Copyright (c) 2019 OpenFaaS Ltd
4+
Copyright (c) 2017 Alex Ellis
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

Diff for: template/golang-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.2 AS watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
22
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
33

44
ARG TARGETPLATFORM

Diff for: template/golang-middleware/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.2 AS watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
22
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
33

44
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)