diff --git a/0.X/Dockerfile b/0.X/Dockerfile index f76f11c..c907a66 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.6 +ARG VAULT_VERSION=1.10.2 # 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 2e09b5c..b2daaad 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.9.6 +export VERSION=1.10.2 .PHONY: build ent-image oss-image xc-prod-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 9c163a4..c6a4e1d 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.9.6 +ARG VAULT_VERSION=1.10.2 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index f62e1d9..99d38c5 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.9.6 +export VERSION=1.10.2 .PHONY: build ent-image oss-image