Skip to content

Commit

Permalink
Upgrade Localstack to 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arhohuttunen committed Oct 14, 2023
1 parent 76d58a7 commit d5b2c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/localstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
localstack:
image: localstack/localstack:0.12.17
image: localstack/localstack:0.14.5
ports:
- '4566:4566' # LocalStack Edge
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class LocalStackExtension : BeforeAllCallback, AfterAllCallback {
val services = annotation.services.toMutableSet() + scanServiceAnnotations(testClass)

@Suppress("SpreadOperator")
container = LocalStackContainer(DockerImageName.parse("localstack/localstack:0.12.17"))
container = LocalStackContainer(DockerImageName.parse("localstack/localstack:0.14.5"))
.withServices(*services.toTypedArray())
container.start()

Expand Down

0 comments on commit d5b2c7e

Please sign in to comment.