Skip to content

Commit 952fc1b

Browse files
committed
Update testing trino docker image
1 parent a7ada22 commit 952fc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tempto-examples/docker/trino-server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ghcr.io/trinodb/testing/centos7-oj11:53
1+
FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
22

33
RUN yum install -y tar
44

5-
RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-server/356/trino-server-356.tar.gz \
5+
RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-server/480/trino-server-480.tar.gz \
66
| tar xz \
77
&& mv $(find -type d -name 'trino-server*') trino-server
88

0 commit comments

Comments
 (0)