From a34835b416347282776e426191550d9122027b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:27:29 +0000 Subject: [PATCH] Update localstack/localstack Docker tag to v3 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 76e8f07..82a3de7 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -20,7 +20,7 @@ jobs: needs: [setup] services: localstack: - image: localstack/localstack:1.4.0 + image: localstack/localstack:3.4.0 credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}