diff --git a/backend/Dockerfile b/backend/Dockerfile index de68f128..9ed9d31b 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ # Build -FROM node:22.13.0-slim AS build +FROM node:22.13.1-slim AS build # Copy, build static files; see .dockerignore for exclusions WORKDIR /app @@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x RUN npm run deploy # Dependencies -FROM node:22.13.0-slim AS dependencies +FROM node:22.13.1-slim AS dependencies # Copy, build static files; see .dockerignore for exclusions WORKDIR /app