Skip to content

Commit

Permalink
Merge pull request #1156 from ainblockchain/fix/kriii/dockerfile
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
kriii committed Apr 24, 2023
2 parents 1da1398 + 9aa9fc9 commit 81c0c43
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:16.14
FROM node:18.16
WORKDIR /app/ain-blockchain
COPY . /app/ain-blockchain
RUN yarn install
Expand Down

0 comments on commit 81c0c43

Please sign in to comment.