aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d328b6b0..921114c7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM oven/bun:canary as build
+FROM oven/bun:0.8.1 as build
WORKDIR /due
@@ -10,7 +10,7 @@ COPY ./ ./
RUN bun --bun vite build
-FROM oven/bun:canary
+FROM oven/bun:0.8.1
WORKDIR /due