fix: 🐋 use official bun docker image

This commit is contained in:
ThatOneCalculator 2024-01-04 17:03:32 -08:00
parent 03039f4955
commit df77e8d1c1
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM imbios/bun-node:alpine as build
FROM oven/bun:alpine as build
WORKDIR /app