File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2018 Alex Ellis
3
+ Copyright (c) 2019 OpenFaaS Ltd
4
+ Copyright (c) 2017 Alex Ellis
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of 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
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
3
3
4
4
ARG 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
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine AS build
3
3
4
4
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments