From 9c407470f4aabc660fa4174b0d87c86ceea06e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 01:57:26 +0000 Subject: [PATCH] chore(deps): update dependency bitwarden/clients to v2026.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a612914..bbad6d4 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.5.0 +ARG BW_VERSION=2026.7.0 ARG TARGETARCH RUN apk update --no-cache \