mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(build): ⬇️ Downgrade Bun to 1.1.4 in the building stage of the Dockerfile
This commit is contained in:
parent
692db9a334
commit
5b03d93ef8
|
|
@ -1,5 +1,6 @@
|
|||
# Bun doesn't run well on Musl but this seems to work
|
||||
FROM imbios/bun-node:1.1.7-20-alpine as base
|
||||
# Use 1.1.4 for building to prevent a Unicode bug with 1.1.5+
|
||||
# Temporary until they fix it
|
||||
FROM imbios/bun-node:1.1.4-current-alpine as base
|
||||
|
||||
RUN apk add --no-cache libstdc++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue