We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dee360c + cf2167e commit 1a869b9Copy full SHA for 1a869b9
6 files changed
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.1.0-bookworm-slim AS build
+FROM node:24.2.0-bookworm-slim AS build
2
COPY . .
3
RUN npm ci && npm run build
4
0 commit comments