We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e69a3 commit a980a93Copy full SHA for a980a93
1 file changed
features/environment.py
@@ -27,12 +27,12 @@ class TestConfig(BaseConfig):
27
)
28
29
# Test container images
30
- REDIS__IMAGE: str = "redis:7-alpine"
+ REDIS__IMAGE: str = "redis:8.2.0"
31
POSTGRES__IMAGE: str = "postgres:17"
32
- ELASTIC__IMAGE: str = "elasticsearch:9.1.0"
33
- KAFKA__IMAGE: str = "confluentinc/cp-kafka:7.4.0"
34
- MINIO__IMAGE: str = "minio/minio:latest"
35
- KEYCLOAK__IMAGE: str = "quay.io/keycloak/keycloak:23.0"
+ ELASTIC__IMAGE: str = "docker.elastic.co/elasticsearch/elasticsearch:9.1.0"
+ KAFKA__IMAGE: str = "confluentinc/cp-kafka:7.4.10"
+ MINIO__IMAGE: str = "quay.io/minio/minio:latest"
+ KEYCLOAK__IMAGE: str = "quay.io/keycloak/keycloak:26.3"
36
37
def __init__(self, **kwargs):
38
super().__init__(**kwargs)
0 commit comments