Revert "move to debian-based runtime"

This reverts commit 751a0a1e15.
This commit is contained in:
2026-02-16 16:40:28 +03:00
parent 751a0a1e15
commit edcc0ddc91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ COPY assets ./assets
RUN npx tsc -p tsconfig.build.json RUN npx tsc -p tsconfig.build.json
# ---- runtime ---- # ---- runtime ----
FROM node:lts-trixie-slim AS runner FROM node:lts-alpine AS runner
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
+1 -1
View File
@@ -11,7 +11,7 @@ COPY assets ./assets
RUN bunx tsc -p tsconfig.build.json RUN bunx tsc -p tsconfig.build.json
# ---- runtime ---- # ---- runtime ----
FROM oven/bun:debian AS runner FROM oven/bun:alpine AS runner
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production