Skip to content

Commit

Permalink
Update localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Sep 27, 2024
1 parent e980a4f commit 79e321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ nexusPublishing {
test.finalizedBy jacocoTestReport

tasks.register('startLocalStack', Exec) {
commandLine "docker", "run", "--name", "synapse_localstack", "-d", "-p", "4566:4566", "localstack/localstack:3.0.2"
commandLine "docker", "run", "--name", "synapse_localstack", "-d", "-p", "4566:4566", "localstack/localstack:3.7.2"
}

tasks.register('stopLocalStack', Exec) {
Expand Down

0 comments on commit 79e321f

Please sign in to comment.