From 171182a2426f200f79ecaebe16e37903a1da52aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:11:08 +0000 Subject: [PATCH] chore(deps): update dhi.io/bun docker tag to v1.3.11 (#193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | final | patch | `1.3.10-alpine3.22` → `1.3.11-alpine3.22` | | [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | stage | patch | `1.3.10-alpine3.22-dev` → `1.3.11-alpine3.22-dev` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/site-documentation/pulls/193 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4fccf8f..323c999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY=dhi.io -FROM ${REGISTRY}/bun:1.3.10-alpine3.22-dev AS builder +FROM ${REGISTRY}/bun:1.3.11-alpine3.22-dev AS builder WORKDIR /app @@ -17,7 +17,7 @@ FROM build-deps AS build COPY . . RUN bun run build -FROM ${REGISTRY}/bun:1.3.10-alpine3.22 AS runtime +FROM ${REGISTRY}/bun:1.3.11-alpine3.22 AS runtime WORKDIR /app COPY --from=prod-deps /app/node_modules /app/node_modules COPY --from=build /app/dist /app/dist