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 4221cd8 commit 61f31d1Copy full SHA for 61f31d1
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.70.0-debug}
+ image: ${OPENPOLICYAGENT_DOCKER_IMAGE:-docker.io/openpolicyagent/opa:1.1.0-debug}
6
ports:
7
- "8181:8181"
8
# WARNING: OPA is NOT running with an authorization policy configured. This
0 commit comments