Skip to content

Commit 1a864fa

Browse files
author
ur-renovate
committed
chore(deps): update amazon/dynamodb-local docker digest to d7ebdde
1 parent 7869d78 commit 1a864fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
GCS_ENDPOINT_URL: https://fake-gcs-server:4443
2525
GCS_INSECURE_SKIP_VERIFY: "true"
2626
dynamodb:
27-
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
27+
image: amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
2828
ports:
2929
- 8000:8000
3030
fake-gcs-server:

.github/workflows/debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
services:
1919
dynamodb:
20-
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
20+
image: amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
2121
ports:
2222
- 8000:8000
2323
steps:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
services:
2121
dynamodb:
22-
image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
22+
image: amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
2323
ports:
2424
- 8000:8000
2525
fake-gcs-server:

0 commit comments

Comments
 (0)