Skip to content

Commit

Permalink
Pin openpolicyagent/opa version as 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Dec 23, 2024
1 parent 4f48087 commit dcb907b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class OpaContainer

public OpaContainer()
{
this.container = new GenericContainer<>(DockerImageName.parse("openpolicyagent/opa:latest"))
this.container = new GenericContainer<>(DockerImageName.parse("openpolicyagent/opa:0.70.0"))
.withCommand("run", "--server", "--addr", ":%d".formatted(OPA_PORT), "--set", "decision_logs.console=true")
.withExposedPorts(OPA_PORT)
.waitingFor(Wait.forListeningPort());
Expand Down

0 comments on commit dcb907b

Please sign in to comment.