diff --git a/Dockerfile b/Dockerfile index e132bfc..6b3e7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js 20.2.0 image with Alpine Linux as the base image -FROM node:20.9.0-alpine +FROM node:22.4.1-alpine # Create a directory for the application code RUN mkdir -p /usr/src/app