From b4a6f0a6107d710bc331ebd354fb065dfa2d238b Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:24:21 -0400 Subject: [PATCH] Update to 1.8.12 (#277) * Update Dockerfile * Update Makefile * Update Dockerfile * Update Makefile --- 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 79aeb79..3de3e9b 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.10.3 +ARG VAULT_VERSION=1.8.12 # 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 63f3b42..14b4335 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.3 +export VERSION=1.8.12 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 2e8df48..ea41eaf 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 LABEL maintainer="HashiCorp" -ARG VAULT_VERSION=1.10.3 +ARG VAULT_VERSION=1.8.12 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 9ceb61f..41dd8c0 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.3 +export VERSION=1.8.12 .PHONY: build ent-image oss-image