Skip to content

Commit 58cba58

Browse files
renovatebot(deps): update mariadb docker tag to v11.8.3
This PR contains the following updates: | Package | Update | Change | |---|---|---| | mariadb | patch | `11.8.2` -> `11.8.3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJCb3QiLCJSZW5vdmF0ZSJdfQ==-->
1 parent d46f6b8 commit 58cba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tests/mariadb/run-mariadb-server.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="mariadb:11.8.2"
4+
export DOCKER_IMAGE="mariadb:11.8.3"
55
echo "Running MariaDb docker container..."
66
docker stop mariadb || true
77
docker run --rm -p 3306:3306 --rm --name mariadb \

0 commit comments

Comments
 (0)