From 60bbf5093a6d70b87e131aaef31ce5bd95549ded Mon Sep 17 00:00:00 2001 From: Rishi Panthee Date: Thu, 20 Oct 2022 19:24:51 -0400 Subject: [PATCH] Update readme and Dockerfile --- Dockerfile | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 ========