diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index cbab395..6d1c6e8 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] services: localstack: - image: localstack/localstack:1.4.0 + image: localstack/localstack:4.13.1 credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}