Skip to content

Commit a827293

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

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:c213da507ebe240408afe4d1fba29425451976291b1c52963afd7b11a224de06
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:c213da507ebe240408afe4d1fba29425451976291b1c52963afd7b11a224de06
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:c213da507ebe240408afe4d1fba29425451976291b1c52963afd7b11a224de06
2323
ports:
2424
- 8000:8000
2525
fake-gcs-server:

0 commit comments

Comments
 (0)