Bump Docker base image from 'node:16-bullseye-slim' to 'node:18-bullseye-slim'

Signed-off-by: Florian JUDITH <florian.judith.b@gmail.com>
This commit is contained in:
Florian JUDITH
2023-09-15 17:09:20 -04:00
parent 01a723498d
commit 296bfded98
4 changed files with 7 additions and 7 deletions
@@ -9,7 +9,7 @@
#
# Once the commands have been run, you can build the image using `yarn build-image`
FROM node:16-bullseye-slim
FROM node:18-bullseye-slim
# Install isolate-vm dependencies, these are needed by the @backstage/plugin-scaffolder-backend.
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \