Skip to content

Commit

Permalink
Bump Trino version to 363
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Oct 7, 2021
1 parent 774da0b commit 47f24c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f24c8

Please sign in to comment.