Skip to content

Commit 370e3a6

Browse files
committed
Update classic watchdog for PHP templates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 475435e commit 370e3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/php7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG TARGETPLATFORM
22
ARG BUILDPLATFORM
33

4-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 AS watchdog
4+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.2 AS watchdog
55

66
# start with the official Composer image and name it
77
FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1 AS composer

template/php8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG TARGETPLATFORM
22
ARG BUILDPLATFORM
33

4-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 AS watchdog
4+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.2 AS watchdog
55

66
# start with the official Composer image and name it
77
FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:latest AS composer

0 commit comments

Comments
 (0)