This is an automated email from the ASF dual-hosted git repository.
diqiu50 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 6c8be238f2 [Cherry-pick to branch-1.2] [#10334] fix(trino-connector):
Update base Trino docker image version from 469 to 478 (#10342) (#10346)
6c8be238f2 is described below
commit 6c8be238f2b39c60b9aef6a9ff0ccb871b0df871
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 09:10:31 2026 +0800
[Cherry-pick to branch-1.2] [#10334] fix(trino-connector): Update base
Trino docker image version from 469 to 478 (#10342) (#10346)
**Cherry-pick Information:**
- Original commit: 12ad7e5ee1ed726491c2257d93ab134bfb7e71a4
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Yuhui <[email protected]>
---
dev/docker/trino/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/docker/trino/Dockerfile b/dev/docker/trino/Dockerfile
index 7684283779..02e6f42767 100644
--- a/dev/docker/trino/Dockerfile
+++ b/dev/docker/trino/Dockerfile
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
-FROM trinodb/trino:469
+FROM trinodb/trino:478
LABEL maintainer="[email protected]"
USER root