Skip to content

Commit

Permalink
fix: change node version to support packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jel-lambda authored Nov 25, 2021
1 parent c9d977a commit cf12ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:14.16.0
USER root

WORKDIR /frontend
Expand Down

0 comments on commit cf12ebc

Please sign in to comment.