diff --git a/Dockerfile b/Dockerfile index e6d99d0..1326285 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.16.1-alpine3.11 +FROM node:18-alpine3.15 WORKDIR /opt/hivefeed/ diff --git a/README.md b/README.md index c037ccf..254f816 100644 --- a/README.md +++ b/README.md @@ -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 ========