From 14c7177dd3eb278dae20235eb55640b606641bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:25:06 +0000 Subject: [PATCH] chore(deps): update trinodb/trino docker tag to v467 --- 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: