We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ada22 commit 952fc1bCopy full SHA for 952fc1b
tempto-examples/docker/trino-server/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM ghcr.io/trinodb/testing/centos7-oj11:53
+FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
2
3
RUN yum install -y tar
4
5
-RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-server/356/trino-server-356.tar.gz \
+RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-server/480/trino-server-480.tar.gz \
6
| tar xz \
7
&& mv $(find -type d -name 'trino-server*') trino-server
8
0 commit comments