File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017-2018 Alex Ellis
3+ Copyright (c) 2019 OpenFaaS Ltd
4+ Copyright (c) 2017 Alex Ellis
45
56Permission is hereby granted, free of charge, to any person obtaining a copy
67of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 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
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
33
44ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments