Skip to content

Commit 4d3a2d4

Browse files
committed
feat: gitignore .env.local, update to bun 1.1.41-debian
1 parent 8e46064 commit 4d3a2d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ out/
2828
# Dotenv file
2929
.env
3030

31+
# Local env file
32+
**/.env.local
33+
3134
# Subgraphs
3235
generated
3336
build

Dockerfile

Lines changed: 1 addition & 1 deletion
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.42-debian --chmod=0777 /usr/local/bin/bun /bin/bun
3+
COPY --from=oven/bun:1.1.41-debian --chmod=0777 /usr/local/bin/bun /bin/bun
44
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
55
ENV BUN_INSTALL_BIN=/bin
66

0 commit comments

Comments
 (0)