Skip to content

Commit

Permalink
chore(deps): update amazon/dynamodb-local docker tag to v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Deep1998 committed Jan 2, 2025
1 parent 534145a commit c567325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# needed because the mysql container does not provide a healthcheck
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
dynamodb_emulator:
image: amazon/dynamodb-local:1.16.0
image: amazon/dynamodb-local:1.25.1
ports:
- 8000:8000
options: --workdir /home/dynamodblocal --health-cmd "curl --fail http://127.0.0.1:8000/shell/ || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit c567325

Please sign in to comment.