diff --git a/Dockerfile b/Dockerfile index f40d1c0..69e8ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24 AS builder +FROM node:24-trixie AS builder WORKDIR /app COPY package*.json ./