From 7aa3c9fd9d52ba8ced8343d78cc48a9c242c5471 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:11:06 +0000 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.2.22 | datasource | package | from | to | | ---------- | -------- | ------ | ------ | | docker | oven/bun | 1.2.21 | 1.2.22 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- actions/lint-pr-title/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/lint-pr-title/Dockerfile b/actions/lint-pr-title/Dockerfile index 7f5780456..4d9d7b5c4 100644 --- a/actions/lint-pr-title/Dockerfile +++ b/actions/lint-pr-title/Dockerfile @@ -1,7 +1,7 @@ # This file must be built from the root of the repository. # Example: docker build . -f actions/lint-pr-title/Dockerfile -FROM oven/bun:1.2.21@sha256:5a2011bf09364b9af658ac1e66f60d08092f4291aeefbff448d58b027734fdd0 AS base +FROM oven/bun:1.2.22@sha256:66ba69deede44e3af5dc542def218fdb3bcad2205900ea761dc5623bf973d2df AS base WORKDIR /usr/src/app