Skip to content

Commit d46f6b8

Browse files
renovatebot(deps): update docker.elastic.co/apm/apm-server docker tag to v9.1.2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.elastic.co/apm/apm-server | patch | `9.1.1` -> `9.1.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42My4wIiwidXBkYXRlZEluVmVyIjoiNDEuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJCb3QiLCJSZW5vdmF0ZSJdfQ==-->
1 parent 4b50373 commit d46f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tests/elastic/run-elastic-apm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# while sleep 9m; do echo -e '\n=====[ Gradle build is still running ]====='; done &
4-
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:9.1.1"
4+
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:9.1.2"
55
echo "Running Elastic APM Server docker container"
66
docker stop elastic-apm || true && docker rm elastic-apm || true
77
docker run -d \

0 commit comments

Comments
 (0)