chore: upgrade Docker base image to Bun 1.3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
René Schober
2026-03-20 12:36:12 +01:00
parent ec8bec4528
commit bba33d0f00

View File

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