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.
2 parents 9938c69 + f76f594 commit b8ba655Copy full SHA for b8ba655
docker-compose/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
services:
4
opa:
5
- image: ${OPENPOLICYAGENT_DOCKER_IMAGE:-docker.io/openpolicyagent/opa:0.68.0-debug}
+ image: ${OPENPOLICYAGENT_DOCKER_IMAGE:-docker.io/openpolicyagent/opa:0.69.0-debug}
6
ports:
7
- "8181:8181"
8
# WARNING: OPA is NOT running with an authorization policy configured. This
0 commit comments