From 88aeb655ea14e74bb9d9ae7e583f86c3e0d9a29f Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Wed, 21 Apr 2021 20:37:06 +0000 Subject: [PATCH] Release v1.6.4 --- 0.X/Dockerfile | 2 +- 0.X/Makefile | 2 +- ubi/Dockerfile | 2 +- ubi/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 8a865c3..92f7e5a 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.5.8 +ARG VAULT_VERSION=1.6.4 # Create a vault user and group first so the IDs get set the same way, # even as the rest of this may change over time. diff --git a/0.X/Makefile b/0.X/Makefile index d9d6a6a..e25a571 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.5.8 +export VERSION=1.6.4 .PHONY: build ent-image oss-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 01ebcd7..d5ac0f5 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2 LABEL maintainer="HashiCorp" -ARG VAULT_VERSION=1.5.8 +ARG VAULT_VERSION=1.6.4 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 0bef861..dd57fb3 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.5.8 +export VERSION=1.6.4 .PHONY: build ent-image oss-image