From 86fa7611911082f5b331f02d79727f0834406006 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 10 Nov 2024 18:27:22 -0800 Subject: [PATCH] fix: bin -> bun --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d06569..783238b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://bun.sh/guides/ecosystem/docker -FROM oven/bin:1.1.19 AS base +FROM oven/bun:1.1.19 AS base # Install dependencies into the temp directory # Install, excluding devDeps