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

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Jul 3, 2020
1 parent 4b5358b commit aa3b405
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.3.7
ARG VAULT_VERSION=1.4.3

# 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.
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.3.7
VERSION=1.4.3
IMAGE_TAG_ENT=$(REGISTRY_NAME)/vault-enterprise:$(VERSION)_ent
IMAGE_TAG_OSS=$(REGISTRY_NAME)/vault:$(VERSION)

Expand Down

0 comments on commit aa3b405

Please sign in to comment.