changed node version from 20.9 to 22

This commit is contained in:
Leo 2024-04-30 16:32:38 -07:00
parent f9c4dd9c7c
commit 06a022a8c0

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