Skip to content

Commit 1a293ff

Browse files
chore(deps): Bump localstack/localstack (#1505)
1 parent 65b3203 commit 1a293ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springwolf-examples/springwolf-sqs-example/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- localstack
1212

1313
localstack:
14-
image: localstack/localstack:4.9.2
14+
image: localstack/localstack:4.10.0
1515
environment:
1616
- DEBUG=${DEBUG-}
1717
- AWS_REGION=eu-central-1
@@ -23,7 +23,7 @@ services:
2323
- "${TMPDIR:-/tmp/localstack}:/var/lib/localstack"
2424
- "/var/run/docker.sock:/var/run/docker.sock"
2525
localstack_setup:
26-
image: localstack/localstack:4.9.2
26+
image: localstack/localstack:4.10.0
2727
links:
2828
- localstack
2929
depends_on:

0 commit comments

Comments
 (0)