Merge pull request #317 from MarcusLeoTKM/nodeversion

Changed node version from 20.9 to 22
This commit is contained in:
Abi Raja 2024-06-05 15:47:44 -04:00 committed by GitHub
commit 465dc64439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:20.9-bullseye-slim FROM node:22-bullseye-slim
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app