From b730058dd1a4c60d6682908dd7e6cabaa65d6220 Mon Sep 17 00:00:00 2001 From: ur-renovate <277639+ur-renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 18:06:52 +0000 Subject: [PATCH] chore(deps): update amazon/dynamodb-local docker digest to 22b1f85 --- .devcontainer/docker-compose.yml | 2 +- .github/workflows/debug.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index cdaebce..d2429d8 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -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:22b1f856581e5c77549b319c20371c7454381d7ef039d2a386c1b0dc686573cd ports: - 8000:8000 fake-gcs-server: diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index db6266f..41ebf0f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest services: dynamodb: - image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce + image: amazon/dynamodb-local@sha256:22b1f856581e5c77549b319c20371c7454381d7ef039d2a386c1b0dc686573cd ports: - 8000:8000 steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faeeaa3..b8c9994 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest services: dynamodb: - image: amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce + image: amazon/dynamodb-local@sha256:22b1f856581e5c77549b319c20371c7454381d7ef039d2a386c1b0dc686573cd ports: - 8000:8000 fake-gcs-server: