fix(build): ⬇️ Downgrade Bun to 1.1.4 in the building stage of the Dockerfile

This commit is contained in:
Jesse Wierzbinski 2024-05-08 16:39:54 -10:00
parent 692db9a334
commit 5b03d93ef8
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
# Bun doesn't run well on Musl but this seems to work # Use 1.1.4 for building to prevent a Unicode bug with 1.1.5+
FROM imbios/bun-node:1.1.7-20-alpine as base # Temporary until they fix it
FROM imbios/bun-node:1.1.4-current-alpine as base
RUN apk add --no-cache libstdc++ RUN apk add --no-cache libstdc++