diff options
| author | Fuwn <[email protected]> | 2023-08-30 15:29:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-30 15:29:47 -0700 |
| commit | 6e8de452b39dfa3f74ee2f6768a5e77be682f049 (patch) | |
| tree | 73cc6b1c26e0476c2491b773f260af3f5052cd2f /Dockerfile | |
| parent | ci(docker): pin bun (diff) | |
| download | due.moe-6e8de452b39dfa3f74ee2f6768a5e77be682f049.tar.xz due.moe-6e8de452b39dfa3f74ee2f6768a5e77be682f049.zip | |
ci(docker): fix bun version
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |