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

Commit

Permalink
update node in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nailgun committed Aug 7, 2020
1 parent f3e9058 commit 7e170ae
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 @@
# Builder

FROM node:6 as builder
FROM node:14 as builder

WORKDIR /usr/src/app

Expand Down

0 comments on commit 7e170ae

Please sign in to comment.