mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
Merge pull request #187 from furyhawk/dependabot/docker/frontend/node-26
⬆ Bump node from 24 to 26 in /frontend
This commit is contained in:
+1
-1
@@ -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,4 +1,4 @@
|
||||
FROM node:24
|
||||
FROM node:26
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user