mi-classroom / mi-web-technologien-beiboot-ss2024-OliverWich

mi-web-technologien-beiboot-ss2024-OliverWich created by GitHub Classroom
https://still-moving.oliverwich.de
MIT License
1 stars 0 forks source link

Upgrade Bun #18

Open OliverWich opened 1 month ago

OliverWich commented 1 month ago

For some reason, when running in a Docker environment the install of ffmpeg-static fails due to trying to reach its download Server via port 80.

This also happens when manually using mirrors as the download url as :80 gets inserted after the host.

FFMPEG_BINARIES_URL=https://cdn.npmmirror.com/binaries/ffmpeg-static
FFPROBE_BINARIES_URL=https://cdn.npmmirror.com/binaries/ffprobe-static

This is an issue with bun 1.1.27 as downgrading to 1.1.26 fixes the issue.