Skip to content
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.20

FROM oven/bun:1.3.5-debian AS builder
FROM oven/bun:1.3.6-debian AS builder
WORKDIR /app

COPY bun.lock package.json tsconfig.json ./
Expand Down
Loading