diff --git a/Dockerfile b/Dockerfile index 5daa78f..1d9eac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:20.2.0-alpine +FROM node:20.3.1-alpine # Set the working directory to /app WORKDIR /app