mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
build(deps): bump node from 18-alpine to 26-alpine
Bumps node from 18-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Multi-stage Dockerfile for OpenLearnX Platform
|
||||
FROM node:18-alpine AS frontend-builder
|
||||
FROM node:26-alpine AS frontend-builder
|
||||
|
||||
# Build Frontend
|
||||
WORKDIR /app/frontend
|
||||
|
||||
Reference in New Issue
Block a user