From eec3c00fdf8b9198acd074fc99143db85892380d Mon Sep 17 00:00:00 2001 From: Meggie Date: Wed, 31 Aug 2022 16:34:24 -0400 Subject: [PATCH] Update to 1.10.6 (#291) --- 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 61338e2..2416889 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.9.9 +ARG VAULT_VERSION=1.10.6 # 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 a7d7b33..995f5ec 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.9.9 +export VERSION=1.10.6 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index c4bed7e..caec3b0 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.9.9 +ARG VAULT_VERSION=1.10.6 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 6c0493c..8627fdc 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.9.9 +export VERSION=1.10.6 .PHONY: build ent-image oss-image