Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 6f32a11 commit 3ba60f7
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:9769d8391d4d4533a0f7d92c3ff43b09b3e39fd6cdedffda7c8cfb1016fa529b"
image: "amazon/dynamodb-local:latest@sha256:a72e734c42833ae35f069dc1678fc364db41ca926a367599d8caad317be02cba"
container_name: dynamodb-local
ports:
- "9000:8000"
Expand Down

0 comments on commit 3ba60f7

Please sign in to comment.