This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 80785269105 Use latest container image for Hashicorp Vault 1.12.2
80785269105 is described below
commit 807852691056c14af7386d2b641c4261aa51e020
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Dec 15 11:11:56 2022 +0100
Use latest container image for Hashicorp Vault 1.12.2
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../hashicorp/vault/services/HashicorpVaultLocalContainerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
index 2eb6b712f1e..ffd337f873e 100644
---
a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
+++
b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
@@ -28,7 +28,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer;
import org.testcontainers.containers.wait.strategy.Wait;
public class HashicorpVaultLocalContainerService implements
HashicorpVaultService, ContainerService<GenericContainer<?>> {
- public static final String CONTAINER_IMAGE = "vault:1.12.0";
+ public static final String CONTAINER_IMAGE = "vault:1.12.2";
public static final String CONTAINER_NAME = "hashicorp-vault";
private static final String DEFAULT_TOKEN = "myToken";