Merge pull request #187 from furyhawk/dependabot/docker/frontend/node-26

⬆ Bump node from 24 to 26 in /frontend
This commit is contained in:
2026-05-11 13:16:54 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM docker.io/node:24 AS build-stage
FROM docker.io/node:26 AS build-stage
WORKDIR /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:24
FROM node:26
WORKDIR /app