Skip to content

Commit 7743ef1

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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:c884c806c3de4b9aa05dea0b3827137bd16e70bb5b72f14ad132cbe27a786d26
2828
ports:
2929
- 8000:8000
3030
fake-gcs-server:

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
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:c884c806c3de4b9aa05dea0b3827137bd16e70bb5b72f14ad132cbe27a786d26
2121
ports:
2222
- 8000:8000
2323
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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:c884c806c3de4b9aa05dea0b3827137bd16e70bb5b72f14ad132cbe27a786d26
2323
ports:
2424
- 8000:8000
2525
fake-gcs-server:

0 commit comments

Comments
 (0)