From ee8a555433eaa4096867bd6daa6576d24b533a88 Mon Sep 17 00:00:00 2001 From: Rachel Culpepper Date: Fri, 9 Jun 2023 14:00:08 -0400 Subject: [PATCH] update to 1.12.7 --- 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 09cf9c2..e234c2e 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.13.2 +ARG VAULT_VERSION=1.12.7 # 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 c90b47e..0fc3f90 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.13.2 +export VERSION=1.12.7 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 329cc3b..2da5062 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 LABEL maintainer="HashiCorp" -ARG VAULT_VERSION=1.13.2 +ARG VAULT_VERSION=1.12.7 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 1cb1bfa..c57ac31 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.13.2 +export VERSION=1.12.7 .PHONY: build ent-image oss-image