diff --git a/openshift/Dockerfile b/openshift/Dockerfile index 1b46c6ad5e..948fc4726f 100644 --- a/openshift/Dockerfile +++ b/openshift/Dockerfile @@ -5,7 +5,7 @@ # Start from the official Node 6 alpine image. https://hub.docker.com/_/node/ -FROM node:8 +FROM node:20.13.1 # Disable update check ENV NO_UPDATE_NOTIFIER=true