From c348457f8d4e463156bcd4dfb25dc0f65093b5c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:25:32 +0000 Subject: [PATCH] Update trinodb/trino Docker tag to v467 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fcdb9ef..383e22d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1368,7 +1368,7 @@ services: depends_on: postgres: condition: service_completed_successfully - image: "trinodb/trino:${TRINO_VERSION:-466}" + image: "trinodb/trino:${TRINO_VERSION:-467}" ports: - "8084:8080" volumes: