Skip to content

Commit

Permalink
Fixed node14 Dockerfile to reference the Docker image with the expect…
Browse files Browse the repository at this point in the history
…ed Node.js version.

Signed-off-by: Guillaume Grussenmeyer <ggrussenmeyer@protonmail.com>
  • Loading branch information
Guillaume Grussenmeyer authored and alexellis committed Apr 6, 2021
1 parent b8d9e03 commit 56f9cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/node14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:14-alpine as ship

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 56f9cd2

Please sign in to comment.