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.8.6 (#249)
Browse files Browse the repository at this point in the history
* Update to 1.7.7

* bump to 1.8.6

Co-authored-by: Mike Jarmy <[email protected]>
  • Loading branch information
sarahethompson and mjarmy committed Dec 13, 2021
1 parent 1efdc43 commit ec155db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14

# This is the release of Vault to pull in.
ARG VAULT_VERSION=1.7.7
ARG VAULT_VERSION=1.8.6

# 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 @@
export REGISTRY_NAME?=docker.io/hashicorp
export VERSION=1.7.7
export VERSION=1.8.6

.PHONY: build ent-image oss-image xc-prod-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.4

LABEL maintainer="HashiCorp"
ARG VAULT_VERSION=1.7.7
ARG VAULT_VERSION=1.8.6

# 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.7
export VERSION=1.8.6

.PHONY: build ent-image oss-image

Expand Down

0 comments on commit ec155db

Please sign in to comment.