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

Commit

Permalink
Release v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Apr 21, 2021
1 parent 27b59db commit 1c4258a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0.X/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export REGISTRY_NAME?=docker.io/hashicorp
export VERSION=1.7.0
export VERSION=1.5.8

.PHONY: build ent-image oss-image

Expand Down
2 changes: 1 addition & 1 deletion ubi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2

LABEL maintainer="HashiCorp"
ARG VAULT_VERSION=1.7.0
ARG VAULT_VERSION=1.5.8

# Additional metadata labels used by container registries, platforms
# and certification scanners.
Expand Down
2 changes: 1 addition & 1 deletion ubi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export REGISTRY_NAME?=docker.io/hashicorp
export VERSION=1.7.0
export VERSION=1.5.8

.PHONY: build ent-image oss-image

Expand Down

0 comments on commit 1c4258a

Please sign in to comment.