aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files 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