Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 9b1e7e8

Browse files
authored
Update to 1.11.9 (#326)
1 parent 91304d4 commit 9b1e7e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

0.X/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.14
22

33
# This is the release of Vault to pull in.
4-
ARG VAULT_VERSION=1.13.0
4+
ARG VAULT_VERSION=1.11.9
55

66
# Create a vault user and group first so the IDs get set the same way,
77
# even as the rest of this may change over time.

0.X/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export REGISTRY_NAME?=docker.io/hashicorp
2-
export VERSION=1.13.0
2+
export VERSION=1.11.9
33

44
.PHONY: build ent-image oss-image xc-prod-image
55

ubi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
22

33
LABEL maintainer="HashiCorp"
4-
ARG VAULT_VERSION=1.13.0
4+
ARG VAULT_VERSION=1.11.9
55

66
# Additional metadata labels used by container registries, platforms
77
# and certification scanners.

ubi/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export REGISTRY_NAME?=docker.io/hashicorp
2-
export VERSION=1.13.0
2+
export VERSION=1.11.9
33

44
.PHONY: build ent-image oss-image
55

0 commit comments

Comments
 (0)