Skip to content

Commit cfe50bb

Browse files
chore(deps): update amazon/dynamodb-local docker tag to v2.5.4 (#2187)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | amazon/dynamodb-local | 2.5.3 | 2.5.4 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 14da244 commit cfe50bb

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

0 commit comments

Comments
 (0)