changing debian versions from bookworm to bullseye

This commit is contained in:
2025-11-03 10:40:46 +01:00
parent 5c925e3b54
commit 4c275993e6

View File

@@ -28,7 +28,7 @@ RUN npm run build --only=production --workspace=backend
RUN npm run build --only=production --workspace=frontend RUN npm run build --only=production --workspace=frontend
# Production stage # Production stage
FROM node:20-bookworm FROM node:20-bullseye
WORKDIR /app WORKDIR /app