diff --git a/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md b/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md new file mode 100644 index 00000000..17ea5056 --- /dev/null +++ b/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md @@ -0,0 +1,2 @@ + +- [Feature] Upgrade to Node 20. (by @arbrandes) diff --git a/tutormfe/templates/mfe/build/mfe/Dockerfile b/tutormfe/templates/mfe/build/mfe/Dockerfile index 29cc7efd..d68505c8 100644 --- a/tutormfe/templates/mfe/build/mfe/Dockerfile +++ b/tutormfe/templates/mfe/build/mfe/Dockerfile @@ -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 \