Skip to content

Commit aba99bf

Browse files
Update amazon/dynamodb-local Docker tag to v2 (PlaytikaOSS#1432)
| datasource | package | from | to | | ---------- | --------------------- | ------ | ----- | | docker | amazon/dynamodb-local | 1.22.0 | 2.0.0 | Co-authored-by: Renovate Bot <[email protected]>
1 parent f80b998 commit aba99bf

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:1.22.0";
25+
return "amazon/dynamodb-local:2.0.0";
2626
}
2727
}

0 commit comments

Comments
 (0)