Skip to content

Commit c3c6c83

Browse files
chore(deps): update amazon/dynamodb-local docker tag to v2.6.1 (#2327)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | amazon/dynamodb-local | 2.6.0 | 2.6.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 851ddab commit c3c6c83

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

+1-1
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.6.0";
25+
return "amazon/dynamodb-local:2.6.1";
2626
}
2727
}

0 commit comments

Comments
 (0)