Skip to content

Commit 7a05318

Browse files
committed
chore: ci fix
1 parent d8ae792 commit 7a05318

File tree

4 files changed

+1983
-2
lines changed

4 files changed

+1983
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:22.12.0 AS build
22

3-
COPY --from=oven/bun:1.1.38-debian --chmod=0777 /usr/local/bin/bun /bin/bun
3+
COPY --from=oven/bun:1.1.40-debian --chmod=0777 /usr/local/bin/bun /bin/bun
44
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
55
ENV BUN_INSTALL_BIN=/bin
66

@@ -23,7 +23,7 @@ WORKDIR /usecase
2323

2424
USER root
2525

26-
RUN bun install
26+
RUN bun install --save-text-lockfile
2727
RUN if [ -f "scripts/decompress.js" ]; then bun scripts/decompress.js; fi
2828
RUN forge build
2929
RUN bun hardhat compile

0 commit comments

Comments
 (0)