From edcc0ddc9145600ee3d5756c6c0b6238af9493f3 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Mon, 16 Feb 2026 16:40:28 +0300 Subject: [PATCH] Revert "move to debian-based runtime" This reverts commit 751a0a1e1586e23a20456e5a5ce27ba097bb345d. --- Dockerfile | 2 +- Dockerfile-bun | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db34a75..b2c0c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY assets ./assets RUN npx tsc -p tsconfig.build.json # ---- runtime ---- -FROM node:lts-trixie-slim AS runner +FROM node:lts-alpine AS runner WORKDIR /app ENV NODE_ENV=production diff --git a/Dockerfile-bun b/Dockerfile-bun index e1c8d97..f7455c5 100644 --- a/Dockerfile-bun +++ b/Dockerfile-bun @@ -11,7 +11,7 @@ COPY assets ./assets RUN bunx tsc -p tsconfig.build.json # ---- runtime ---- -FROM oven/bun:debian AS runner +FROM oven/bun:alpine AS runner WORKDIR /app ENV NODE_ENV=production