From b2109f657bd3dc278a492306b85eb4dbd79f42ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:30:55 +0000 Subject: [PATCH] chore(deps): update dependency bitwarden/clients to v2026.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abea21d..a612914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.22 AS downloader # renovate: datasource=github-releases depName=bitwarden/clients extractVersion=^cli-v(?.+)$ -ARG BW_VERSION=2026.4.2 +ARG BW_VERSION=2026.5.0 ARG TARGETARCH RUN apk update --no-cache \