Skip to content

Commit 7c2c181

Browse files
committed
Pin LocalStack image version to 4.14.0 in test configurations
1 parent 8a3e066 commit 7c2c181

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/integrationTest/kotlin/com/cosmotech/api/home/ControllerTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ abstract class ControllerTestBase : AbstractTestcontainersRedisTestBase() {
109109

110110
companion object {
111111
private const val DEFAULT_REDIS_PORT = 6379
112-
private const val LOCALSTACK_FULL_IMAGE_NAME = "localstack/localstack:latest"
112+
private const val LOCALSTACK_FULL_IMAGE_NAME = "localstack/localstack:4.14.0"
113113

114114
var postgres: PostgreSQLContainer<*> =
115115
PostgreSQLContainer("postgres:latest")

common/src/main/kotlin/com/cosmotech/common/tests/CsmTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open class CsmTestBase : AbstractTestcontainersRedisTestBase() {
2121

2222
companion object {
2323
private const val DEFAULT_REDIS_PORT = 6379
24-
private const val LOCALSTACK_FULL_IMAGE_NAME = "localstack/localstack:latest"
24+
private const val LOCALSTACK_FULL_IMAGE_NAME = "localstack/localstack:4.14.0"
2525

2626
var postgres: PostgreSQLContainer<*> =
2727
PostgreSQLContainer("postgres:latest")

0 commit comments

Comments
 (0)