move to debian-based runtime

This commit is contained in:
2026-02-16 16:29:38 +03:00
parent c491996a5d
commit 751a0a1e15
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
# ---- runtime ----
FROM node:lts-alpine AS runner
FROM node:lts-trixie-slim AS runner
WORKDIR /app
ENV NODE_ENV=production
+1 -1
View File
@@ -11,7 +11,7 @@ COPY assets ./assets
RUN bunx tsc -p tsconfig.build.json
# ---- runtime ----
FROM oven/bun:alpine AS runner
FROM oven/bun:debian AS runner
WORKDIR /app
ENV NODE_ENV=production