diff --git a/Dockerfile b/Dockerfile index 87d41c73..35220d93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.13.0-alpine +FROM node:10.16.3-alpine WORKDIR /root/venona diff --git a/package.json b/package.json index f904e911..03d56d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "venona", - "version": "0.28.2", + "version": "0.28.3", "description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline", "main": "index.js", "scripts": {