Updated libraries, docker engine version, docker distro version

This also officially publishes the changes from @eels.
Sorry it took so long.
This commit is contained in:
2023-12-23 23:36:18 +11:00
parent 45b9ac1281
commit 99dfaddf04
8 changed files with 1275 additions and 166 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:18-bullseye-slim
FROM node:21-bookworm-slim
WORKDIR "/app"
COPY package*.json /app
RUN npm install --production