Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ============================================================================
# Stage 1: Deno builder — compile atlas/link binaries & prepare playground
# ============================================================================
FROM denoland/deno:debian-2.7.4 AS deno-builder
FROM denoland/deno:debian-2.8.2 AS deno-builder

WORKDIR /app

Expand Down Expand Up @@ -99,7 +99,7 @@ RUN CGO_ENABLED=0 go build -o /out/webhook-tunnel ./tools/webhook-tunnel
# ============================================================================
# Stage 3: Runtime — all services in one container
# ============================================================================
FROM denoland/deno:debian-2.7.4
FROM denoland/deno:debian-2.8.2

# Create non-root user FIRST so COPY --chown works without duplicating layers
RUN groupadd -g 10001 atlas && \
Expand Down
Loading