diff --git a/Dockerfile b/Dockerfile index 2b63c25..1893fd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:20.12.2-alpine +FROM node:20.15.1-alpine # Set the working directory to /app WORKDIR /app