From 8aa831c3bccee7ba4252c2123ae2bec5a9d6317c Mon Sep 17 00:00:00 2001 From: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:07:47 -0800 Subject: [PATCH] update to 1.11.8 (#322) --- 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 cf5da33..428e430 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.11 +ARG VAULT_VERSION=1.11.8 # 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 dd42864..46b27e3 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.11 +export VERSION=1.11.8 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index ecb6b56..0299a22 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.10.11 +ARG VAULT_VERSION=1.11.8 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index a8fe427..71c7ed0 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.11 +export VERSION=1.11.8 .PHONY: build ent-image oss-image