diff --git a/docker/Dockerfile.frontend b/docker/Dockerfile.frontend index b5750fa..4ff2dbf 100644 --- a/docker/Dockerfile.frontend +++ b/docker/Dockerfile.frontend @@ -22,7 +22,7 @@ COPY frontend/ ./frontend/ RUN cd frontend && pnpm run build # Production stage - using minimal nginx -FROM nginx:1.29-alpine +FROM nginx:1.29.8-alpine # Create non-root user for nginx (or use existing nginx user) # nginx:alpine already has nginx user/group, so we'll just use it