aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 4228f835..d328b6b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM oven/bun:0.7.3 as build
+FROM oven/bun:canary as build
WORKDIR /due
@@ -10,7 +10,7 @@ COPY ./ ./
RUN bun --bun vite build
-FROM oven/bun:0.7.3
+FROM oven/bun:canary
WORKDIR /due