@@ -44,7 +44,7 @@ limited subset of plugins to create a image with the following characteristics:
4444* ` geospatial ` functions plugin removed.
4545* ` exchange-filesystem ` plugin removed.
4646
47- The project is configured for Trino 475 .
47+ The project is configured for Trino 476 .
4848
4949## Building
5050
@@ -73,9 +73,9 @@ processor architectures locally with `docker images`:
7373
7474```
7575REPOSITORY TAG IMAGE ID CREATED SIZE
76- trino-custom 475 -ppc64le 2279b0a14cb6 About a minute ago 790MB
77- trino-custom 475 -arm64 67a3dcee3c85 About a minute ago 765MB
78- trino-custom 475 -amd64 df994bb44819 About a minute ago 757MB
76+ trino-custom 476 -ppc64le 2279b0a14cb6 About a minute ago 790MB
77+ trino-custom 476 -arm64 67a3dcee3c85 About a minute ago 765MB
78+ trino-custom 476 -amd64 df994bb44819 About a minute ago 757MB
7979```
8080
8181The specific version depends on the parameter ` TRINO_VERSION ` set in ` build.sh ` .
@@ -92,7 +92,7 @@ purposes. The Trino node functions both as a coordinator and a worker. To launch
9292it, execute the following:
9393
9494``` shell
95- docker run -p 8080:8080 --name trino-custom trino-custom:475 -arm64
95+ docker run -p 8080:8080 --name trino-custom trino-custom:476 -arm64
9696```
9797
9898Wait for the following message log line:
@@ -155,7 +155,7 @@ other Trino documentation for more details.
155155
156156## Updating to other Trino version
157157
158- The project is configured to build a custom tarball for Trino 475 . Updates to
158+ The project is configured to build a custom tarball for Trino 476 . Updates to
159159newer versions can be contributed to the repository or can be done locally. The
160160following steps are necessary:
161161
0 commit comments