Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bun 1.3.5
bun 1.3.6
nodejs 24.12.0
6 changes: 3 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# use the official Bun image
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1.3.5 AS base
FROM oven/bun:1.3.6 AS base
WORKDIR /app

# install with --production (exclude devDependencies)
Expand Down
2 changes: 1 addition & 1 deletion packages/backend_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@faker-js/faker": "10.1.0",
"@types/bun": "1.3.5",
"@types/bun": "1.3.6",
"@types/node": "24.10.4",
"@typescript/native-preview": "7.0.0-dev.20260109.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.5 AS base
FROM oven/bun:1.3.6 AS base

FROM mcr.microsoft.com/playwright:v1.57.0-noble
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# use the official Bun image
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1.3.5 AS base
FROM oven/bun:1.3.6 AS base
WORKDIR /app
ARG NEXT_PUBLIC_BACKEND_APP_URL
ARG NEXT_PUBLIC_SUPABASE_URL
Expand Down