From af66ec2c2e2448e8cb1a06c59a4cf842c8d03f8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:34:26 +0000 Subject: [PATCH] chore(deps): update trinodb/trino docker tag to v444 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index cb04c22e5f372..265a21f87947e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -156,7 +156,7 @@ services: test: - CMD-SHELL - trino --output-format null --execute 'show schemas in hive; show schemas in memory' - image: trinodb/trino:443 + image: trinodb/trino:444 ports: - 8080:8080 networks: