Skip to content

Commit

Permalink
Downgrade backend node version to 13 to mitigate #117
Browse files Browse the repository at this point in the history
  • Loading branch information
LoLei committed Jan 7, 2022
1 parent e96f5f6 commit cc5920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:15.1.0-alpine
FROM docker.io/node:13.14.0-alpine

WORKDIR /lmrdashboard/backend
COPY . .
Expand Down

0 comments on commit cc5920e

Please sign in to comment.