We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b4196 commit d001385Copy full SHA for d001385
1 file changed
cratedb_toolkit/testing/testcontainers/localstack.py
@@ -33,7 +33,7 @@ class LocalStackContainerWithKeepalive(KeepaliveContainer, LocalStackContainer):
33
useful when used within a test matrix.
34
"""
35
36
- LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "4.14")
+ LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "2026.3")
37
38
def __init__(
39
self,
0 commit comments