Fix: use bun 1.1-alpine (ARM64 EADDRINUSE bug in 1.3)

This commit is contained in:
René Schober
2026-03-20 12:28:25 +01:00
parent 66cba490ae
commit 66fe21d090

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1-alpine AS base
FROM oven/bun:1.1-alpine AS base
WORKDIR /app
# Install dependencies