From 0473ea61f97431b4f84fd965fe0c568f45b6c7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:05:31 +0000 Subject: [PATCH] chore(deps): bump oven/bun from 1.3.14 to 1.4.1 Bumps oven/bun from 1.3.14 to 1.4.1. --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0aebc0..b87bb82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ # build; the tag stays for readability and tracks .bun-version (1.3.14, the same # Bun the binaries job pins via setup-bun). Bump both the tag and the digest # together when .bun-version changes. -FROM oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4 AS build +FROM oven/bun:1.4.1@sha256:9e123d5fc069e29d519fd4c981afb61b8542ac80274771961136db1e4538d53e AS build WORKDIR /src # bun build --compile bundles only the source it reaches; the CLI imports nothing # outside src/, so no package.json/tsconfig and no `bun install` are needed.