diff --git a/Dockerfile b/Dockerfile index 2b63c25..ff17eaf 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.13.1-alpine # Set the working directory to /app WORKDIR /app