Update node

This commit is contained in:
Mathieu Oriol
2025-03-14 15:24:58 +01:00
parent 168ef2546d
commit 5ba1fa7425

View File

@@ -1,5 +1,5 @@
# Use Node 20 alpine as parent image
FROM node:20-alpine
FROM node:22-alpine
# Change the working directory on the Docker image to /app
WORKDIR /app