Skip to content

Commit

Permalink
use node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 11, 2021
1 parent 994bbad commit 6202b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openfaas/of-watchdog:0.7.6 as watchdog

FROM node:10.19.0-alpine3.11 as ship
FROM node:12-alpine3.11 as ship

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog && addgroup -S app && adduser app -S -G app
Expand Down

0 comments on commit 6202b6a

Please sign in to comment.