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 5fcb62dd171 Use latest container image for Hashicorp Vault 1.12.0 in test-infra module 5fcb62dd171 is described below commit 5fcb62dd171297bfb2ee3a6bd93fd327d100da05 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 20 11:43:25 2022 +0200 Use latest container image for Hashicorp Vault 1.12.0 in test-infra module Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../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 e6acad695b7..2eb6b712f1e 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.11.3"; + public static final String CONTAINER_IMAGE = "vault:1.12.0"; public static final String CONTAINER_NAME = "hashicorp-vault"; private static final String DEFAULT_TOKEN = "myToken";