From 47f24c8740071039a41c41452276f4d1c4a8230d Mon Sep 17 00:00:00 2001 From: Przemek Denkiewicz Date: Thu, 7 Oct 2021 10:48:00 +0200 Subject: [PATCH] Bump Trino version to 363 --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 588e482b..32154c7b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository represents a fork of the [dbt-presto](https://github.com/dbt-lab ### Compatibility -This dbt plugin has been tested against `trino` version `362`. +This dbt plugin has been tested against `trino` version `363`. ### Installation diff --git a/docker-compose.yml b/docker-compose.yml index 51698198..95e61063 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "trinodb/trino:362" + image: "trinodb/trino:363" volumes: - ./docker/trino/etc:/usr/lib/trino/etc:ro - ./docker/trino/catalog:/etc/trino/catalog