From 18c91323e907bcc8e0b9dd24212d7323cfbe1c5b Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 3 Jul 2023 10:15:11 -0500 Subject: [PATCH] fix build: use new Verified Publisher image hashicorp/vault --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3238489..6a8ee52 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.0" services: vault: - image: vault:latest + image: hashicorp/vault:latest environment: VAULT_DEV_ROOT_TOKEN_ID: testtoken ports: @@ -17,7 +17,7 @@ services: - 8200:8200 privileged: true vault-tls: - image: vault:latest + image: hashicorp/vault:latest hostname: vault-tls environment: VAULT_CAPATH: /etc/vault/ca.crt