Skip to content

Commit 89e28b7

Browse files
authored
feat: Upgrade to Node 24 (#277)
1 parent de22cfd commit 89e28b7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Feature] Add admin-console to the core list of microfrontends. (by @dcoa)
1+
- [Improvement] Add admin-console to the core list of microfrontends. (by @dcoa)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Upgrade to Node 24. (by @arbrandes)

tutormfe/templates/mfe/build/mfe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
# https://hub.docker.com/_/node/tags
3-
FROM docker.io/node:20.18.0-bullseye-slim AS base
3+
FROM docker.io/node:24.11.0-bullseye-slim AS base
44

55
RUN apt update \
66
&& apt install -y git \

0 commit comments

Comments
 (0)