From f4e2c412920cb1ec6ebc98fb320ba0a558d7917e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:21:37 +0400 Subject: [PATCH] renovatebot(deps): update apereo/cas docker tag to v7.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | apereo/cas | patch | `7.1.3` -> `7.1.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas). --- ci/tests/cas/run-cas-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tests/cas/run-cas-server.sh b/ci/tests/cas/run-cas-server.sh index 39081bfc4ebc..31044780b5f2 100644 --- a/ci/tests/cas/run-cas-server.sh +++ b/ci/tests/cas/run-cas-server.sh @@ -1,6 +1,6 @@ #!/bin/bash -export DOCKER_IMAGE="apereo/cas:7.1.3" +export DOCKER_IMAGE="apereo/cas:7.1.4" if [[ -f "${CAS_KEYSTORE}" ]] ; then echo -e "Found existing CAS keystore at ${CAS_KEYSTORE}"