Skip to content

Commit 3991d08

Browse files
committed
use same opa docker tag in tests
1 parent 34f84c3 commit 3991d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/contentgrid/gateway/OpenPolicyAgentIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class OpenPolicyAgentIntegrationTest {
2929
private static final Logger logger = LoggerFactory.getLogger(OpenPolicyAgentIntegrationTest.class);
3030

3131
@Container
32-
private static final GenericContainer<?> openPolicyAgent = new GenericContainer<>("docker.io/openpolicyagent/opa:0.36.1-debug")
32+
private static final GenericContainer<?> openPolicyAgent = new GenericContainer<>("docker.io/openpolicyagent/opa:0.70.0-debug")
3333
.withCopyFileToContainer(MountableFile.forClasspathResource("test.rego"), "/config/test.rego")
3434
.withExposedPorts(8181)
3535
.withLogConsumer(new Slf4jLogConsumer(logger))

0 commit comments

Comments
 (0)