Merge pull request #245 from C4illin/fix/#235/change-to-canary-bun

fix: change to canary bun
This commit is contained in:
Emrik Östling 2025-03-19 21:19:45 +01:00 committed by GitHub
commit 20c6f8249e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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