Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vault to 1.5.7 and 1.6.2 #9530

Merged
merged 2 commits into from
Jan 30, 2021
Merged

Conversation

raskchanky
Copy link
Contributor

No description provided.

@raskchanky raskchanky changed the title Update Vault to 1.5.7 Update Vault to 1.5.7 and 1.6.2 Jan 29, 2021
@github-actions
Copy link

Diff for 3e04cf7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9f48589..ee20d4c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,12 +6,12 @@ Architectures: amd64, arm32v6, arm64v8, i386
 GitCommit: e4635725bcf8ce18f9d8fd5be5a69bf882d21223
 Directory: 0.X
 
-Tags: 1.5.6
+Tags: 1.5.7
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 582e208ed98bd7bb1db3219d4879237322228c6a
+GitCommit: 25c5a3a51e0730bd1aae9f924d3700a230f1488c
 Directory: 0.X
 
-Tags: 1.6.1, latest
+Tags: 1.6.2, latest
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 4ba0bd00d01b9cc8dae746f2123449b5880d715e
+GitCommit: 58af2342eeee52d947acebc44e2df52febc9fb81
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 4292657..96676ba 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
 vault:1.4.7
-vault:1.5.6
-vault:1.6.1
+vault:1.5.7
+vault:1.6.2
 vault:latest
diff --git a/vault_1.5.6/Dockerfile b/vault_1.5.7/Dockerfile
similarity index 99%
rename from vault_1.5.6/Dockerfile
rename to vault_1.5.7/Dockerfile
index 9a129ef..6358ca9 100644
--- a/vault_1.5.6/Dockerfile
+++ b/vault_1.5.7/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.5.6
+ARG VAULT_VERSION=1.5.7
 
 # 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.
diff --git a/vault_1.5.6/docker-entrypoint.sh b/vault_1.5.7/docker-entrypoint.sh
similarity index 100%
rename from vault_1.5.6/docker-entrypoint.sh
rename to vault_1.5.7/docker-entrypoint.sh
diff --git a/vault_latest/Dockerfile b/vault_latest/Dockerfile
index 7db0aa3..d53f227 100644
--- a/vault_latest/Dockerfile
+++ b/vault_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.6.1
+ARG VAULT_VERSION=1.6.2
 
 # 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.

@yosifkit yosifkit merged commit 6072070 into docker-library:master Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants