From 3dedeb07d01d215fd2f5ce3df335e8122ec73311 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 27 Feb 2025 19:10:06 +0100 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.2.4 (#168) 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 | |---|---|---|---| | [oven/bun](https://github.com/oven-sh/bun) | stage | patch | `1.2.3` -> `1.2.4` | --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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.ocram85.com/arkanum/arkanum/pulls/168 Reviewed-by: OCram85 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile.vitepress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.vitepress b/Dockerfile.vitepress index c30d439..bdb6e1e 100644 --- a/Dockerfile.vitepress +++ b/Dockerfile.vitepress @@ -1,4 +1,4 @@ -FROM oven/bun:1.2.3 AS builder +FROM oven/bun:1.2.4 AS builder ARG CI ARG CI_COMMIT_PULL_REQUEST