From 9b1e7e85fe2b10bef43cb51f2811f94cbcca0985 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 30 Mar 2023 14:06:18 +0100 Subject: [PATCH] Update to 1.11.9 (#326) --- 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 a25f47f..5923905 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.13.0 +ARG VAULT_VERSION=1.11.9 # 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 cc8f748..7f99ca6 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.13.0 +export VERSION=1.11.9 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index d9ce4b9..9fd313a 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.0 +ARG VAULT_VERSION=1.11.9 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 6aaafa8..8ded1a7 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.13.0 +export VERSION=1.11.9 .PHONY: build ent-image oss-image