Skip to content

Commit bccd884

Browse files
Pin amazon/dynamodb-local version in docker-compose.yml (#47657)
1 parent 5f70f59 commit bccd884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
dynamodb:
4-
image: amazon/dynamodb-local
4+
image: amazon/dynamodb-local:1.22.0
55
ports:
66
- "8000:8000"
77
command: ["-jar", "DynamoDBLocal.jar", "-sharedDb", "-inMemory"]

0 commit comments

Comments
 (0)