Skip to content

Commit

Permalink
chore(deps): update amazon/dynamodb-local docker digest to 9769d83
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Mar 14, 2024
1 parent 5a90fc3 commit 8ff72a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
GCS_ENDPOINT_URL: https://fake-gcs-server:4443
GCS_INSECURE_SKIP_VERIFY: "true"
dynamodb:
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
image: amazon/dynamodb-local@sha256:9769d8391d4d4533a0f7d92c3ff43b09b3e39fd6cdedffda7c8cfb1016fa529b
ports:
- 8000:8000
fake-gcs-server:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
services:
dynamodb:
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
image: amazon/dynamodb-local@sha256:9769d8391d4d4533a0f7d92c3ff43b09b3e39fd6cdedffda7c8cfb1016fa529b
ports:
- 8000:8000
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
services:
dynamodb:
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
image: amazon/dynamodb-local@sha256:9769d8391d4d4533a0f7d92c3ff43b09b3e39fd6cdedffda7c8cfb1016fa529b
ports:
- 8000:8000
fake-gcs-server:
Expand Down

0 comments on commit 8ff72a8

Please sign in to comment.