diff --git a/LICENSE b/LICENSE index 3fa5c5b..d6c1881 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017-2018 Alex Ellis +Copyright (c) 2019 OpenFaaS Ltd +Copyright (c) 2017 Alex Ellis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/template/golang-http/Dockerfile b/template/golang-http/Dockerfile index 89ecd66..3e2d716 100644 --- a/template/golang-http/Dockerfile +++ b/template/golang-http/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.2 AS watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build ARG TARGETPLATFORM diff --git a/template/golang-middleware/Dockerfile b/template/golang-middleware/Dockerfile index 949ba6b..a4a817c 100644 --- a/template/golang-middleware/Dockerfile +++ b/template/golang-middleware/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.2 AS watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build ARG TARGETPLATFORM