From 646d7f938cc071e9a858ea9226781fff87a32288 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Thu, 5 Oct 2023 12:20:47 -0400 Subject: [PATCH] Fixes version --- rockcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 033d180..f703f45 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,7 +1,7 @@ name: vault base: bare build-base: ubuntu:22.04 -version: "1.50.0" +version: "1.15.0" summary: A ROCK container image for Vault description: | A ROCK container image for Vault, a tool for secrets management, encryption as a service, and privileged access management. @@ -20,7 +20,7 @@ parts: vault: plugin: go source: https://github.com/hashicorp/vault.git - source-tag: v1.50.0 + source-tag: v1.15.0 source-type: git stage: - bin/vault