From bb0bbfd6c1e6eaf69e68985cd7653854fb278609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:51:25 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp-vault-cli to v2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54bee02..f9878bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-20260406@sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed as builder ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hashicorp-vault-cli packageName=hashicorp/vault -ARG VAULT_VERSION=1.21.4 +ARG VAULT_VERSION=2.0.3 RUN apt-get update && apt-get install -y wget unzip RUN wget -q https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip RUN unzip vault_${VAULT_VERSION}_linux_amd64.zip