From c7b02ba71e271e4d207f8fcc17416d342c4ea85d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 13 Sep 2023 00:19:31 -0700 Subject: ci(docker): bump bun to 1.0.1 git diff HEAD --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14901cd2..1f0208e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:0.8.1 as build +FROM oven/bun:1.0.1 as build WORKDIR /due @@ -10,7 +10,7 @@ COPY ./ ./ RUN bun --bun vite build -FROM oven/bun:0.8.1 +FROM oven/bun:1.0.1 WORKDIR /due -- cgit v1.2.3