We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae792 commit 7a05318Copy full SHA for 7a05318
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22.12.0 AS build
2
3
-COPY --from=oven/bun:1.1.38-debian --chmod=0777 /usr/local/bin/bun /bin/bun
+COPY --from=oven/bun:1.1.40-debian --chmod=0777 /usr/local/bin/bun /bin/bun
4
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
5
ENV BUN_INSTALL_BIN=/bin
6
@@ -23,7 +23,7 @@ WORKDIR /usecase
23
24
USER root
25
26
-RUN bun install
+RUN bun install --save-text-lockfile
27
RUN if [ -f "scripts/decompress.js" ]; then bun scripts/decompress.js; fi
28
RUN forge build
29
RUN bun hardhat compile
0 commit comments