diff --git a/Dockerfile b/Dockerfile index c752ced..4f10d95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Start from the node:21-bullseye image -FROM node:21-bullseye +FROM node:23.3-bullseye # Install necessary packages RUN apt-get update && \