We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6163171 + fc82c94 commit 7e6a77aCopy full SHA for 7e6a77a
1 file changed
src/Dashboard/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1.7
2
# ── Stage 1: Build Vue frontend ──
3
-FROM node:22-slim AS frontend
+FROM node:26-slim AS frontend
4
WORKDIR /app/frontend
5
COPY frontend/package.json frontend/package-lock.json* ./
6
# Use `npm install` instead of `npm ci` so that Linux-only platform-optional
0 commit comments