We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf5370 commit bb0bbfdCopy full SHA for bb0bbfd
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:trixie-20260406@sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed as builder
2
ARG DEBIAN_FRONTEND=noninteractive
3
# renovate: datasource=github-releases depName=hashicorp-vault-cli packageName=hashicorp/vault
4
-ARG VAULT_VERSION=1.21.4
+ARG VAULT_VERSION=2.0.3
5
RUN apt-get update && apt-get install -y wget unzip
6
RUN wget -q https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
7
RUN unzip vault_${VAULT_VERSION}_linux_amd64.zip
0 commit comments