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:
dependabot[bot]
2026-05-06 18:59:31 +00:00
committed by GitHub
parent 6d801047d9
commit 228f993a1a
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for OpenLearnX Platform # Multi-stage Dockerfile for OpenLearnX Platform
FROM node:18-alpine AS frontend-builder FROM node:26-alpine AS frontend-builder
# Build Frontend # Build Frontend
WORKDIR /app/frontend WORKDIR /app/frontend