We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced8fe7 commit 5776110Copy full SHA for 5776110
vault-agent/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM vault:1.0.1
+FROM vault:1.4.2
2
3
LABEL "repository"="https://github.com/AnchorFree/github-actions"
4
LABEL "homepage"="https://github.com/AnchorFree/github-actions"
vault-agent/entrypoint.sh
@@ -20,6 +20,7 @@ auto_auth {
20
sink "file" {
21
config = {
22
path = "${VAULT_TOKEN_FILE}"
23
+ mode = 0644
24
}
25
26
0 commit comments