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

Commit

Permalink
Release v1.6.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Nov 5, 2020
1 parent 8afd361 commit 9c1c9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.X/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10

# This is the release of Vault to pull in.
ARG VAULT_VERSION=1.5.5
ARG VAULT_VERSION=1.6.0-rc

# Additional metadata labels used by container registries, platforms
# and certification scanners.
Expand Down
2 changes: 1 addition & 1 deletion 0.X/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REGISTRY_NAME?=docker.io/hashicorp
VERSION=1.5.5
VERSION=1.6.0-rc
IMAGE_TAG_ENT=$(REGISTRY_NAME)/vault-enterprise:$(VERSION)_ent
IMAGE_TAG_OSS=$(REGISTRY_NAME)/vault:$(VERSION)

Expand Down

0 comments on commit 9c1c9f9

Please sign in to comment.