From 40a9242193bf26717157f9aba3df1d5290a03da5 Mon Sep 17 00:00:00 2001 From: VaradSCoupa <114467264+VaradSCoupa@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:57:55 +0530 Subject: [PATCH 1/2] DEVOPS-5479 --- 0.X/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 210a1cc..3b99445 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.15.4 +ARG VAULT_VERSION=1.15.5 # Install dependencies RUN \ From 75652d34ab70fc023b91fca33281fef8b796f4a7 Mon Sep 17 00:00:00 2001 From: VaradSCoupa <114467264+VaradSCoupa@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:27:27 +0530 Subject: [PATCH 2/2] DEVOPS-5479 --- 0.X/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 3b99445..81a90f8 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.15.5 +ARG VAULT_VERSION=1.15.6 # Install dependencies RUN \