We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9274 commit 8622545Copy full SHA for 8622545
gateway-ha/src/test/java/io/trino/gateway/CustomTrinoImageNameSubstitutor.java
@@ -25,7 +25,7 @@ public class CustomTrinoImageNameSubstitutor
25
extends ImageNameSubstitutor
26
{
27
private static final String TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE = "TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE";
28
- private static final String TRINO_IMAGE = "trinodb/trino";
+ private static final String TRINO_IMAGE = "trinodb/trino:476";
29
30
@Override
31
public DockerImageName apply(DockerImageName dockerImageName)
0 commit comments