diff --git a/react-front-to-back/ticket-manager-app/Dockerfile b/react-front-to-back/ticket-manager-app/Dockerfile index 1f543dc..7bba567 100644 --- a/react-front-to-back/ticket-manager-app/Dockerfile +++ b/react-front-to-back/ticket-manager-app/Dockerfile @@ -1,4 +1,4 @@ -FROM node:25.0.0-trixie-slim +FROM node:25.4.0-trixie-slim WORKDIR /app