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

Commit

Permalink
Update to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarmy committed Apr 30, 2020
1 parent 940ebca commit 1abb18d
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.4.0
ARG VAULT_VERSION=1.3.5

# 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,6 +1,6 @@
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=vault-enterprise
VERSION=1.4.0
VERSION=1.3.5
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)

.PHONY: build image publish
Expand Down

0 comments on commit 1abb18d

Please sign in to comment.