Skip to content

Commit b8ba51e

Browse files
β˜• chore: Bump oven/bun from 1.3.12-slim to 1.3.13-slim
Bumps oven/bun from 1.3.12-slim to 1.3.13-slim. --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1.3.13-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 25a5ee7 commit b8ba51e

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.12 AS builder
2+
FROM oven/bun:1.3.13 AS builder
33

44
WORKDIR /app
55

@@ -45,7 +45,7 @@ COPY . .
4545
RUN bun run build
4646

4747
# ── Stage 2: Production ─────────────────────────────────────────────
48-
FROM oven/bun:1.3.12-slim AS production
48+
FROM oven/bun:1.3.13-slim AS production
4949

5050
WORKDIR /app
5151

0 commit comments

Comments
Β (0)