Skip to content

Commit

Permalink
chore(deps): update amazon/dynamodb-local docker tag to v2.5.3 (#2127)
Browse files Browse the repository at this point in the history
| datasource | package               | from  | to    |
| ---------- | --------------------- | ----- | ----- |
| docker     | amazon/dynamodb-local | 2.5.2 | 2.5.3 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 3, 2024
1 parent ff48072 commit b314d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public class DynamoDBProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "amazon/dynamodb-local:2.5.2";
return "amazon/dynamodb-local:2.5.3";
}
}

0 comments on commit b314d30

Please sign in to comment.