diff options
Diffstat (limited to 'compose/get-versions.sh')
-rwxr-xr-x | compose/get-versions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/get-versions.sh b/compose/get-versions.sh index fbda7b0c..2de4e7f0 100755 --- a/compose/get-versions.sh +++ b/compose/get-versions.sh @@ -142,7 +142,7 @@ else getDockerVersion xacml-pdp export POLICY_XACML_PDP_VERSION="$docker_image_version" - export POLICY_OPA_PDP_VERSION="1.0.0-SNAPSHOT" + export POLICY_OPA_PDP_VERSION="1.0.2-SNAPSHOT" getDockerVersion distribution export POLICY_DISTRIBUTION_VERSION="$docker_image_version" |