Skip to content

Commit 52058ba

Browse files
authored
tests/docker-compose: limit localstack image to version 4 (#2587)
2026.3.0 made an auth or CI token mandatory.
1 parent d9566f7 commit 52058ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ services:
123123
- mysqldata:/var/lib/mysql
124124

125125
localstack:
126-
image: localstack/localstack
126+
image: localstack/localstack:4
127127
ports:
128128
- "4566:4566"
129129
- "4571:4571"

0 commit comments

Comments
 (0)