diff --git a/react-front-to-back/ticket-manager-app/Dockerfile b/react-front-to-back/ticket-manager-app/Dockerfile index 1f543dc..4793685 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.5.0-trixie-slim WORKDIR /app