diff --git a/Dockerfile b/Dockerfile index e2a3156..4f63e57 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.20.3-slim +FROM node:18.20.5-slim # Set to a non-root built-in user `node` USER node