From 49146be10328fbf05781c2c4bf3e35ff799d1c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:54:55 -0500 Subject: [PATCH] chore(deps): update trinodb/trino docker tag to v467 (#10563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | trinodb/trino | major | `466` -> `467` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] 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/ibis-project/ibis). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c332461016e2..f1ad164c8ef9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -161,7 +161,7 @@ services: test: - CMD-SHELL - trino --output-format null --execute 'show schemas in hive; show schemas in memory' - image: trinodb/trino:466 + image: trinodb/trino:467 ports: - 8080:8080 networks: