Skip to content

Commit

Permalink
renovatebot(deps): update localstack/localstack docker tag to v4.2.0 (a…
Browse files Browse the repository at this point in the history
…pereo#180)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent a7b85e4 commit 35023cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/aws/run-aws-server.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# while sleep 9m; do echo -e '\n=====[ Gradle build is still running ]====='; done &
export DOCKER_IMAGE="localstack/localstack:4.1.1"
export DOCKER_IMAGE="localstack/localstack:4.2.0"
echo "Running localstack docker container..."
docker stop localstack || true && docker rm localstack || true
docker run --rm -d -e 'DEBUG=1' -e 'SERVICES=ses,ssm,events,cloudwatch,logs,s3,s3api,secretsmanager,sqs,sts' \
Expand Down

0 comments on commit 35023cc

Please sign in to comment.