Release #195

Merged
alexlebens merged 16 commits from main into release 2026-03-22 23:40:03 +00:00
Showing only changes of commit 171182a242 - Show all commits

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=dhi.io
FROM ${REGISTRY}/bun:1.3.10-alpine3.22-dev AS builder
FROM ${REGISTRY}/bun:1.3.11-alpine3.22-dev AS builder
WORKDIR /app
@@ -17,7 +17,7 @@ FROM build-deps AS build
COPY . .
RUN bun run build
FROM ${REGISTRY}/bun:1.3.10-alpine3.22 AS runtime
FROM ${REGISTRY}/bun:1.3.11-alpine3.22 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist