Skip to content

Commit

Permalink
feat: upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes authored and regisb committed Oct 14, 2024
1 parent 6a00aac commit eb2ecda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.d/20241010_090821_arbrandes_node_20_upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

- [Feature] Upgrade to Node 20. (by @arbrandes)
2 changes: 1 addition & 1 deletion tutormfe/templates/mfe/build/mfe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# https://hub.docker.com/_/node/tags
FROM docker.io/node:18.19.0-bullseye-slim AS base
FROM docker.io/node:20.18.0-bullseye-slim AS base

RUN apt update \
&& apt install -y git \
Expand Down

0 comments on commit eb2ecda

Please sign in to comment.