Skip to content

Commit

Permalink
Update readme and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi556 committed Oct 20, 2022
1 parent c561b61 commit 60bbf50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.1-alpine3.11
FROM node:18-alpine3.15

WORKDIR /opt/hivefeed/

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Hive Feed JS
This is a Hive Price Feed for witnesses on the [HIVE Network](https://hive.io). It's
written in Node.JS and uses Hive's [Hive-JS](https://www.npmjs.com/package/@hiveio/hive-js).

Recommended/Maximum NodeJS version: v16.17.1

#### Due to OpenSSL deprecating some algorithms, NodeJSv17+ will not work for the time being.
Recommended Node Version: Node 18

Installation
========
Expand Down

0 comments on commit 60bbf50

Please sign in to comment.