From e73829d898512c923e2f11c15dee7e2ddaadaec4 Mon Sep 17 00:00:00 2001 From: Marc Huffnagle Date: Tue, 23 Jun 2020 14:07:01 -0400 Subject: [PATCH] Use node 12.18.0 --- .nvmrc | 2 +- Dockerfile | 2 +- README.md | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.nvmrc b/.nvmrc index 3b6a447..b06cd07 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12.18.1 +12.18.0 diff --git a/Dockerfile b/Dockerfile index f7c768e..1e977d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.18.1-alpine +FROM node:12.18.0-alpine RUN npm install -g npm@latest diff --git a/README.md b/README.md index 2e51b7e..cbd6e5a 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Make sure the EC2 instance has internet access and is able to pull the image from docker hub by doing: ```bash -docker pull cumuluss/cumulus-ecs-task:1.1.1 +docker pull cumuluss/cumulus-ecs-task:1.7.0 ``` `cat` the ecs config file to make sure credentials are correct: diff --git a/package.json b/package.json index d4c2d89..16d5878 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@cumulus/cumulus-ecs-task", - "version": "1.6.0", + "version": "1.7.0", "description": "Run lambda functions in ECS", "main": "index.js", "bin": { "cumulus-ecs-task": "index.js" }, "engines": { - "node": ">=10.16.3" + "node": ">=12.18.0" }, "keywords": [ "CUMULUS",