chore: downgrade bun to 1.2.2

issue: #235
This commit is contained in:
Emrik Östling
2025-03-10 12:34:47 +01:00
parent fa58827ad5
commit bc64094c04

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.2.3-alpine AS base
FROM oven/bun:1.2.2-alpine AS base
LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX"
WORKDIR /app