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 781a328 commit 248253cCopy full SHA for 248253c
opa-async-java-client/src/test/java/com/contentgrid/opa/client/OpaClientIntegrationTests.java
@@ -40,7 +40,7 @@
40
@Testcontainers
41
class OpaClientIntegrationTests {
42
43
- private static final DockerImageName OPA_IMAGE = DockerImageName.parse("openpolicyagent/opa");
+ private static final DockerImageName OPA_IMAGE = DockerImageName.parse("openpolicyagent/opa:0.70.0");
44
private static final int OPA_EXPOSED_PORT = 8181;
45
46
@Container
0 commit comments