Skip to content

Commit

Permalink
Pin amazon/dynamodb-local version in docker-compose.yml (#47657)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jul 4, 2023
1 parent 5f70f59 commit bccd884
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
@@ -1,7 +1,7 @@
version: '3'
services:
dynamodb:
image: amazon/dynamodb-local
image: amazon/dynamodb-local:1.22.0
ports:
- "8000:8000"
command: ["-jar", "DynamoDBLocal.jar", "-sharedDb", "-inMemory"]
Expand Down

0 comments on commit bccd884

Please sign in to comment.