From 40e902350e1895fa1c8627ac9e95def80ff65b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:23:43 +0000 Subject: [PATCH] chore(deps): update trinodb/trino docker tag to v459 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 96be83196596..e75991517ee5 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:458 + image: trinodb/trino:459 ports: - 8080:8080 networks: