diff --git a/Dockerfile b/Dockerfile index ea8ee0e..08ab77c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.24-alpine +FROM node:22.13-alpine LABEL maintainer="jando@salsitasoft.com" diff --git a/package.json b/package.json index 267ea70..599d921 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ ] }, "engines": { - "node": "12.22.1", + "node": "22.13.1", "npm": "6.14.13" }, "snyk": true