Update base node image to node:18-bookworm-slim

Signed-off-by: Nikolai Thingnes Leira <nikolai.thingnes.leira@soprasteria.com>
This commit is contained in:
Nikolai Thingnes Leira
2023-09-20 16:15:31 +02:00
parent ea1ac8f484
commit 4f2418e0fc
3 changed files with 6 additions and 6 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:18-bullseye-slim
FROM node:18-bookworm-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.