Skip to content

Commit

Permalink
Upgrade Trino to 433, SEP to 429-e.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Nov 29, 2023
1 parent 2e0cd58 commit a948769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:427-e"
image: "starburstdata/starburst-enterprise:429-e.0"
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:430"
image: "trinodb/trino:433"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit a948769

Please sign in to comment.