Skip to content

Commit

Permalink
chore(deps): update amazon/dynamodb-local:latest docker digest to cf8…
Browse files Browse the repository at this point in the history
…cebd (#199)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 9996e22 commit 1d32263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
dynamodb-local:
command: "-jar DynamoDBLocal.jar -sharedDb -dbPath ./data"
image: "amazon/dynamodb-local:latest@sha256:c884c806c3de4b9aa05dea0b3827137bd16e70bb5b72f14ad132cbe27a786d26"
image: "amazon/dynamodb-local:latest@sha256:cf8cebd061f988628c02daff10fdb950a54478feff9c52f6ddf84710fe3c3906"
container_name: dynamodb-local
ports:
- "9000:8000"
Expand Down

0 comments on commit 1d32263

Please sign in to comment.