Fix Docker build again

This commit is contained in:
Jesse Wierzbinski 2024-04-06 23:22:45 -10:00
parent ea1d7b1510
commit 257243aa0c
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Use the official Bun image (Bun doesn't run well on Musl but this seems to work)
# See all versions at https://hub.docker.com/r/oven/bun/tags
FROM imbios/bun-node:1.1.2-current-alpine as base
FROM imbios/bun-node:1.1.2-current-debian as base
# Install dependencies into temp directory
# This will cache them and speed up future builds