diff --git a/Dockerfile b/Dockerfile index fdbb10d..4e3efab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.19-alpine AS builder +FROM node:22.20-alpine AS builder COPY . /app