Merge pull request #1228 from samalba/ci-localstack-upgrade

ci: upgrade localstack to latest release
This commit is contained in:
Sam Alba 2021-12-15 10:26:00 -08:00 committed by GitHub
commit c59aa18176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ jobs:
timeout-minutes: 30
services:
localstack:
image: localstack/localstack:0.12.16
image: localstack/localstack:0.13.1
env:
SERVICES: s3, cloudformation
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}