From 264a2168d66e081aead5f554da62a95e5ba84a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:46:29 +0000 Subject: [PATCH] chore(deps): Bump oven/bun from `4de4753` to `5acc90a` in /docker Bumps oven/bun from `4de4753` to `5acc90a`. --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9ba5033..5bd9016 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ # Stage 1: Dashboard build (React SPA) # ============================================================ # Image digests pinned so Dependabot can track and bump them. -FROM oven/bun:1-alpine@sha256:4de475389889577f346c636f956b42a5c31501b654664e9ae5726f94d7bb5349 AS dashboard-build +FROM oven/bun:1-alpine@sha256:5acc90a93e91ff07bf72aa90a7c9f0fa189765aec90b47bdbf2152d2196383c0 AS dashboard-build WORKDIR /workspace # Workspace plumbing: install from the root so Bun resolves the workspace