Skip to content

Commit

Permalink
chore(dockerfile): now build the project in a node-14 container inste…
Browse files Browse the repository at this point in the history
…ad of node-12
  • Loading branch information
FlorentinTh committed Jan 21, 2022
1 parent 811c67c commit e6a990d
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:12-buster as builder
FROM node:14-buster as builder

WORKDIR /usr/src/app

Expand Down

0 comments on commit e6a990d

Please sign in to comment.