Skip to content

Commit 7e6a77a

Browse files
authored
Merge pull request #22 from Azure-Samples/dependabot/docker/src/Dashboard/node-26-slim
chore(deps): bump node from 22-slim to 26-slim in /src/Dashboard
2 parents 6163171 + fc82c94 commit 7e6a77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.7
22
# ── Stage 1: Build Vue frontend ──
3-
FROM node:22-slim AS frontend
3+
FROM node:26-slim AS frontend
44
WORKDIR /app/frontend
55
COPY frontend/package.json frontend/package-lock.json* ./
66
# Use `npm install` instead of `npm ci` so that Linux-only platform-optional

0 commit comments

Comments
 (0)