diff --git a/client/Dockerfile b/client/Dockerfile index 8ed4bafd..98329e5c 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.18.0-bullseye-slim AS client_base +FROM node:24.20.0-bullseye-slim AS client_base WORKDIR /app # ARG is used to get the release id into the ENV from the command line, and then