Skip to content

Commit

Permalink
chore(deps): update trinodb/trino docker tag to v452
Browse files Browse the repository at this point in the history
  • Loading branch information
nrda-renovate[bot] committed Jul 12, 2024
1 parent f360143 commit aa010e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tre-SQL-Trino/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use a base image with Trino CLI installed
#FROM openjdk:11-jre-slim
FROM trinodb/trino:422
FROM trinodb/trino:452

# Install Trino CLI
#RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion trino docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: trino
ports:
- "8943:8943"
image: "trinodb/trino:444"
image: "trinodb/trino:452"
volumes:
- ./trino/etc:/etc/trino
- ./trino/etc/RootCA.pem:/etc/clustercoord.pem
Expand Down

0 comments on commit aa010e1

Please sign in to comment.