Browse Source

doc: update bitwarden-cli image & version (#2971)

Signed-off-by: Charles Thomas <ch@rlesthom.as>
Charles Thomas 2 years ago
parent
commit
40ab707049
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/examples/bitwarden.md

+ 2 - 2
docs/examples/bitwarden.md

@@ -20,13 +20,13 @@ which is synced with the BitWarden server.
 * Bitwarden account (it works also with VaultWarden)
 * A Kubernetes secret which contains your BitWarden Credentials
 * You need a Docker image with BitWarden CLI installed.
-  You could use `registry.gitlab.com/ttblt-oss/docker-bw:2023.1.0` or build your own.
+  You could use `ghcr.io/charlesthomas/bitwarden-cli:2023.12.1` or build your own.
 
 Here an example of Dockerfile use to build this image:
 ```dockerfile
 FROM debian:sid
 
-ENV BW_CLI_VERSION=2023.1.0
+ENV BW_CLI_VERSION=2023.12.1
 
 RUN apt update && \
     apt install -y wget unzip && \