Skip to content

Commit 79e321f

Browse files
committed
Update localstack
1 parent e980a4f commit 79e321f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ nexusPublishing {
4747
test.finalizedBy jacocoTestReport
4848

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

5353
tasks.register('stopLocalStack', Exec) {

0 commit comments

Comments
 (0)