Skip to content

Commit

Permalink
chore(deps): update amazon/dynamodb-local docker digest to eb8d4a5
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Jan 4, 2024
1 parent 5a90fc3 commit 2653ba8
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:eb8d4a591efddfc7b9976dfacd90993433e6ed6a02bd64c7a1345f110c87cfd6
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:eb8d4a591efddfc7b9976dfacd90993433e6ed6a02bd64c7a1345f110c87cfd6
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:eb8d4a591efddfc7b9976dfacd90993433e6ed6a02bd64c7a1345f110c87cfd6
ports:
- 8000:8000
fake-gcs-server:
Expand Down

0 comments on commit 2653ba8

Please sign in to comment.