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).