Hi All,
With the new backstage version 1.23.0 and multu-docker build, it fails with this error (even with the new backstage installation and the Dockerfile here: https://backstage.io/docs/deployment/docker#multi-stage-build, it would still fail.
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt-get update && apt-get install -y --no-install-recommends python3 g++ build-essential curl && yarn config set python /usr/bin/python3:
And I already have a working backstage version of 1.21.0. With the npx @backstage/create-app@latest, is it possible to set the Backstage version of our choice?
Thank You!