pin node version

This commit is contained in:
2024-12-20 14:17:05 +01:00
parent 1a776b57ac
commit 7da7011570

View File

@@ -1,5 +1,5 @@
# Use the official Node.js LTS as a parent image
FROM node:lts-alpine
FROM node:20-alpine
# Set the working directory in the Docker container
WORKDIR /usr/src/app