Skip to content

Commit 6492c38

Browse files
renovate-botFameing
authored andcommitted
chore(deps): update amazon/dynamodb-local docker tag to v2.2.1
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | amazon/dynamodb-local | 2.2.0 | 2.2.1 |
1 parent b928dd1 commit 6492c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-dynamodb/src/main/java/com/playtika/testcontainer/dynamodb/DynamoDBProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public class DynamoDBProperties extends CommonContainerProperties {
2222
public String getDefaultDockerImage() {
2323
// Please don`t remove this comment.
2424
// renovate: datasource=docker
25-
return "amazon/dynamodb-local:2.2.0";
25+
return "amazon/dynamodb-local:2.2.1";
2626
}
2727
}

0 commit comments

Comments
 (0)