Skip to content

Commit

Permalink
Bump amazon/dynamodb-local Docker image to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Jul 5, 2023
1 parent 03bbbc1 commit 871f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/dynamodb_contract_test.go
Expand Up @@ -32,7 +32,7 @@ func init() {
flag.StringVar(
&dynamodbDockerVersion,
"dynDbDockerVersion",
"1.22.0",
"2.0.0",
"Version of the amazon/dynamodb-local Docker image to test against",
)
flag.DurationVar(
Expand Down

0 comments on commit 871f1d2

Please sign in to comment.