From 025f9b4c8e53a3bd82d2e713ae8df53bca4bfbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:05:28 +0000 Subject: [PATCH] build: bump oven/bun in the patch-updates group across 1 directory Bumps the patch-updates group with 1 update in the / directory: oven/bun. Updates `oven/bun` from 1.3.3-alpine to 1.3.14-alpine --- updated-dependencies: - dependency-name: oven/bun dependency-version: 1.3.14-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2d08b7..c6c8f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # --------------------- # Build stage # --------------------- -FROM oven/bun:1.3.3-alpine AS build +FROM oven/bun:1.3.14-alpine AS build WORKDIR /app @@ -21,7 +21,7 @@ RUN bun --bun run build # --------------------- # Production stage # --------------------- -FROM oven/bun:1.3.3-alpine AS production +FROM oven/bun:1.3.14-alpine AS production # Create non-root user RUN addgroup -S appgroup && adduser -S appuser -G appgroup