Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Bump node.js to v12. (#25)
Browse files Browse the repository at this point in the history
Since node 10 is going to be deprecated in April 2021 (see the release timeline of node.js: https://nodejs.org/en/about/releases/)
  • Loading branch information
wi1dcard authored Jan 30, 2021
1 parent d2c3236 commit 8d15a41
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,4 +1,4 @@
FROM node:10.17.0-jessie as builder
FROM node:12 as builder
WORKDIR /app

ARG BUILD_COMMAND
Expand Down

0 comments on commit 8d15a41

Please sign in to comment.