diff --git a/Dockerfile b/Dockerfile index dc945ba..a209b7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:18.16.1-slim +FROM node:18.18.2-slim # Set to a non-root built-in user `node` USER node