Skip to content

Commit

Permalink
Update LocalStack version in Docker Compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Nov 16, 2023
1 parent a8931e1 commit 5a9003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ networks:

services:
localstack:
image: localstack/localstack:${LOCALSTACK_VERSION:-2.1.0}
image: localstack/localstack:${LOCALSTACK_VERSION:-2.3.2}
container_name: localstack
ports:
- "${MAP_HOST_LOCALSTACK:-127.0.0.1}:4566:4566"
Expand Down

0 comments on commit 5a9003b

Please sign in to comment.