Skip to content

Commit 9a48480

Browse files
β˜• chore: bump oven/bun from 1.3.9-slim to 1.3.10-slim (#41)
Bumps oven/bun from 1.3.9-slim to 1.3.10-slim. --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1.3.10-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1964d85 commit 9a48480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽDockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ── Stage 1: Install + Build ────────────────────────────────────────
2-
FROM oven/bun:1.3.9 AS builder
2+
FROM oven/bun:1.3.10 AS builder
33

44
WORKDIR /app
55

@@ -42,7 +42,7 @@ COPY . .
4242
RUN bun run build
4343

4444
# ── Stage 2: Production ─────────────────────────────────────────────
45-
FROM oven/bun:1.3.9-slim AS production
45+
FROM oven/bun:1.3.10-slim AS production
4646

4747
WORKDIR /app
4848

0 commit comments

Comments
Β (0)