mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 16:19:12 +00:00
fix(docker): use bun 1.2.21
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ FROM node:20-bookworm-slim AS build
|
||||
SHELL ["/bin/bash", "-lc"]
|
||||
|
||||
# Pin bun version for reproducible builds
|
||||
ARG BUN_VERSION=1.2.2
|
||||
ARG BUN_VERSION=1.2.21
|
||||
ENV BUN_INSTALL=/usr/local/bun
|
||||
ENV PATH="$BUN_INSTALL/bin:$PATH"
|
||||
|
||||
@@ -43,7 +43,7 @@ FROM node:20-bookworm-slim AS runtime
|
||||
SHELL ["/bin/bash", "-lc"]
|
||||
|
||||
# Pin bun version for reproducible builds
|
||||
ARG BUN_VERSION=1.2.2
|
||||
ARG BUN_VERSION=1.2.21
|
||||
ENV BUN_INSTALL=/usr/local/bun
|
||||
ENV PATH="$BUN_INSTALL/bin:/home/node/.opencode/bin:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user