diff --git a/app/Dockerfile b/app/Dockerfile index 185d59f..275f9dd 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.4.0 as build +FROM node:22.4.1 as build WORKDIR /app COPY . /app