diff --git a/Dockerfile b/Dockerfile index 196de2b9..4e382c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # qryn -FROM node:20-slim +FROM node:20.10-slim COPY . /app WORKDIR /app