From 3d2d3c4c153bd3169552bb157b25d0fadb858b97 Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Sat, 16 Sep 2023 08:11:14 -0400 Subject: [PATCH] Fixed typos in change set Signed-off-by: Florian JUDITH --- .changeset/small-pugs-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/small-pugs-build.md b/.changeset/small-pugs-build.md index 5071ef850d..f610db0bbd 100644 --- a/.changeset/small-pugs-build.md +++ b/.changeset/small-pugs-build.md @@ -1,6 +1,6 @@ --- -'@backstage/create-app': major -'example-backend': major +'@backstage/create-app': patch +'example-backend': patch --- -- [#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). +Bump Docker base images to `node:18-bullseye-slim` to fix compatibility issues raised during image build. This update aligns with the recent Github Actions update to Node 18x [#19563](https://github.com/backstage/backstage/pull/19563).