From 04a3f65e1555a7ef7061871c9cb204db2bcde427 Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Fri, 15 Sep 2023 23:16:13 -0400 Subject: [PATCH] Added changeset Signed-off-by: Florian JUDITH --- .changeset/small-pugs-build.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/small-pugs-build.md diff --git a/.changeset/small-pugs-build.md b/.changeset/small-pugs-build.md new file mode 100644 index 0000000000..5071ef850d --- /dev/null +++ b/.changeset/small-pugs-build.md @@ -0,0 +1,6 @@ +--- +'@backstage/create-app': major +'example-backend': major +--- + +- [#19974](https://github.com/backstage/backstage/issues/19974) Bump Docker base images to "node:18-bullseye-slim" in order to resolve compatiblity issue raised when running `yarn build-image` with Node.JS 16.x. This update follows the Docker CI update to Node 18x [#19563](https://github.com/backstage/backstage/pull/19563).