From e347dc27e4856f98cc9285fb2f0ec142bc5732e6 Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Tue, 19 Sep 2023 13:00:39 -0400 Subject: [PATCH] Update .changeset/small-pugs-build.md Co-authored-by: Johan Haals Signed-off-by: Florian JUDITH --- .changeset/small-pugs-build.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/small-pugs-build.md b/.changeset/small-pugs-build.md index 4ec40a8181..d1640340ba 100644 --- a/.changeset/small-pugs-build.md +++ b/.changeset/small-pugs-build.md @@ -2,4 +2,6 @@ '@backstage/create-app': patch --- -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). +Bump Docker base images to `node:18-bullseye-slim` to fix compatibility issues raised during image build. + +You can apply these change to your own `Dockerfile` by replacing `node:16-bullseye-slim` with `node:18-bullseye-slim`