diff --git a/Dockerfile b/Dockerfile index e21977d1..ca5263b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-bullseye AS production +FROM node:25-bullseye AS production RUN apt-get update RUN apt-get upgrade -y