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 4670296 commit 78c14c5Copy full SHA for 78c14c5
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22.13.1 AS build
2
3
-COPY --from=oven/bun:1.2.1-debian --chmod=0777 /usr/local/bin/bun /bin/bun
+COPY --from=oven/bun:1.2.2-debian --chmod=0777 /usr/local/bin/bun /bin/bun
4
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
5
ENV BUN_INSTALL_BIN=/bin
6
0 commit comments