fix(build): 🐛 Revert bun-node container version to 1.1.3 (1.1.4 does not exist yet)

This commit is contained in:
Jesse Wierzbinski 2024-04-16 21:10:47 -10:00
parent 0929683c51
commit f5591b2b13
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
# Bun doesn't run well on Musl but this seems to work # Bun doesn't run well on Musl but this seems to work
FROM imbios/bun-node:1.1.4-current-alpine as base FROM imbios/bun-node:1.1.3-current-alpine as base
RUN apk add --no-cache libstdc++ RUN apk add --no-cache libstdc++