Skip to content
Open
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 .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use official Bun image
FROM oven/bun:1.3.13
FROM oven/bun:1.3.14

# Build arguments for dynamic UID/GID from host
ARG APPLICATION_UID=1000
Expand Down
Loading