diff --git a/traque-back/Dockerfile b/traque-back/Dockerfile index 7e99a19..535f9f1 100644 --- a/traque-back/Dockerfile +++ b/traque-back/Dockerfile @@ -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