From e926de8969f6a0da2e8c15a651e83b0ff9675219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:23:53 +0000 Subject: [PATCH] chore(deps): bump oven/bun in the minor-and-patch group Bumps the minor-and-patch group with 1 update: oven/bun. Updates `oven/bun` from 1.4.0-slim to 1.4.2-slim --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1.4.2-slim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9af9fbb..00d76dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # argument to bin/demo-entrypoint. # ---- Stage 1: build the dashboard SPA (no Node/bun at runtime) ---- -FROM oven/bun:1.4.0-slim AS spa +FROM oven/bun:1.4.2-slim AS spa WORKDIR /src COPY frontend/package.json frontend/bun.lock ./frontend/ RUN cd frontend && bun install --frozen-lockfile