Skip to content

Commit

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

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 23, 2024
1 parent 14da244 commit cfe50bb
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.3";
return "amazon/dynamodb-local:2.5.4";
}
}

0 comments on commit cfe50bb

Please sign in to comment.