diff --git a/Dockerfile b/Dockerfile index aaf7f47..30fcab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,7 @@ COPY . . RUN bun run build # Minimal production stage using distroless debian -FROM gcr.io/distroless/cc-debian12 - +FROM debian:12 WORKDIR /app # Copy the built assets