Merge pull request #19976 from testruction/hotfix/docker-node-18

Bump Docker base image from 'node:16-bullseye-slim' to 'node:18-bulls…
This commit is contained in:
Johan Haals
2023-09-20 13:13:00 +02:00
committed by GitHub
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -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 sqlite3 dependencies. You can skip this if you don't use sqlite3 in the image,
# in which case you should also move better-sqlite3 to "devDependencies" in package.json.
@@ -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 \