Skip to content

Commit

Permalink
Merge pull request #67 from bencourliss/master
Browse files Browse the repository at this point in the history
Updated Vault to latest 1.14.5 version
  • Loading branch information
naphelps authored Oct 25, 2023
2 parents 2e308a8 + 28c45f7 commit 307e6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ SHELL := /bin/bash
arch_tag ?= $(shell ./tools/arch-tag)
arch ?= $(arch_tag)

VAULT_VERSION ?= 1.13.2
VAULT_VERSION ?= 1.14.5
VAULT_GPGKEY ?= C874011F0AB405110D02105534365D9472D7468F
VAULT_PLUGIN_HASH := ""

EXECUTABLE := hznvaultauth
DOCKER_INAME ?= openhorizon/$(arch)_vault
VERSION ?= 1.1.2
VERSION ?= 1.1.3
DEV_VERSION ?=testing
DOCKER_IMAGE_LABELS ?= --label "name=$(arch)_vault" --label "version=$(VERSION)" --label "vault_version=$(VAULT_VERSION)" --label "release=$(shell git rev-parse --short HEAD)"

Expand Down

0 comments on commit 307e6f7

Please sign in to comment.