Skip to content

Commit

Permalink
Bump Trino and Starburst version to 386 and 385-e
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Jun 20, 2022
1 parent 3650b41 commit 36c7215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 `379` and `Starburst Enterprise` version `379-e`.
This dbt plugin has been tested against `Trino` version `386` and `Starburst Enterprise` version `385-e`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-starburst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
trino:
ports:
- "8080:8080"
image: "starburstdata/starburst-enterprise:379-e"
image: "starburstdata/starburst-enterprise:385-e"
volumes:
- ./docker/starburst/etc:/etc/starburst
- ./docker/starburst/catalog:/etc/starburst/catalog
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-trino.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:379"
image: "trinodb/trino:386"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit 36c7215

Please sign in to comment.