diff --git a/.changeset/dull-laws-camp.md b/.changeset/dull-laws-camp.md index bba1a0714f..9a9c7436c5 100644 --- a/.changeset/dull-laws-camp.md +++ b/.changeset/dull-laws-camp.md @@ -2,4 +2,6 @@ '@backstage/create-app': patch --- -Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye. Ref Discord thread: https://discord.com/channels/687207715902193673/687235481154617364/1154020909871550525 +Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye. + +You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim` diff --git a/.changeset/witty-buttons-admire.md b/.changeset/witty-buttons-admire.md index 77d7ab5f82..1c0eefa3c7 100644 --- a/.changeset/witty-buttons-admire.md +++ b/.changeset/witty-buttons-admire.md @@ -2,4 +2,6 @@ 'example-backend': patch --- -Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye. Ref Discord thread: https://discord.com/channels/687207715902193673/687235481154617364/1154020909871550525 +Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye. + +You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim`