diff --git a/Dockerfile b/Dockerfile index 5c0b3d8..3e26704 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ############################################################################### # Stage 1: Build the web application ############################################################################### -FROM node:20-alpine AS web-builder +FROM node:20-bookworm-slim AS web-builder WORKDIR /app/web