We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80b998 commit aba99bfCopy full SHA for aba99bf
embedded-dynamodb/src/main/java/com/playtika/testcontainer/dynamodb/DynamoDBProperties.java
@@ -22,6 +22,6 @@ public class DynamoDBProperties extends CommonContainerProperties {
22
public String getDefaultDockerImage() {
23
// Please don`t remove this comment.
24
// renovate: datasource=docker
25
- return "amazon/dynamodb-local:1.22.0";
+ return "amazon/dynamodb-local:2.0.0";
26
}
27
0 commit comments