From 55ab0aa4b89e869ad21e0b200f8338bfa3e2aa63 Mon Sep 17 00:00:00 2001 From: VaradSCoupa <114467264+VaradSCoupa@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:10:52 +0530 Subject: [PATCH] DEVOPS-3473-master: Updated vault --- 0.X/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 15853ed..bc9bcb3 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18.4 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.14.4 +ARG VAULT_VERSION=1.14.5 # Install dependencies RUN \