Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#305)
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 Oct 31, 2023
1 parent ff0c8f1 commit f43c52c
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:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce"
image: "amazon/dynamodb-local:latest@sha256:d091856813be818498869f339e9d7a635d5cded52fc89f39d1544f462549f67b"
container_name: dynamodb-local
ports:
- "9000:8000"
Expand Down

0 comments on commit f43c52c

Please sign in to comment.