Revert "dockerfile: bump node version to 22"

This reverts commit 3f446cc663af636c8843b81ff037f8b5d374cb3c.
This commit is contained in:
dumbmoron 2024-06-14 22:19:39 +00:00
parent 220243598c
commit f8519eb1f0
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM node:22-bullseye-slim FROM node:18-bullseye-slim
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./