From df77e8d1c12363e10289be5321b72a4e2da323c0 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 4 Jan 2024 17:03:32 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=8B=20use=20official=20bun=20do?= =?UTF-8?q?cker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c157dae..10a00e1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM imbios/bun-node:alpine as build +FROM oven/bun:alpine as build WORKDIR /app