Skip to content

Commit d001385

Browse files
committed
CI: Update LocalStack from 4.14 to 2026.3
1 parent 78b4196 commit d001385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cratedb_toolkit/testing/testcontainers/localstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class LocalStackContainerWithKeepalive(KeepaliveContainer, LocalStackContainer):
3333
useful when used within a test matrix.
3434
"""
3535

36-
LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "4.14")
36+
LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "2026.3")
3737

3838
def __init__(
3939
self,

0 commit comments

Comments
 (0)