Bump openpolicyagent/opa from 0.67.1 to 0.68.0 (#1376)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
dependabot[bot] 2024-09-04 14:01:39 +00:00 committed by GitHub
parent 11f5d37d16
commit bf0a2c1134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
FROM otel/weaver:v0.9.1 AS weaver FROM otel/weaver:v0.9.1 AS weaver
# OPA is used to test policies enforced by weaver. # OPA is used to test policies enforced by weaver.
FROM openpolicyagent/opa:0.67.1 AS opa FROM openpolicyagent/opa:0.68.0 AS opa
# Semconv gen is used for backwards compatibility checks. # Semconv gen is used for backwards compatibility checks.
# TODO(jsuereth): Remove this when no longer used. # TODO(jsuereth): Remove this when no longer used.