diff --git a/Dockerfile b/Dockerfile index 133f538e..fd96145b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM node:16-bullseye MAINTAINER SDF Ops Team diff --git a/package.json b/package.json index 267539f4..dbf50bd2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "", "main": "app.js", "engines": { - "node": "16.x" + "node": ">=16 <=18" }, "scripts": { "start": "gulp",