Bump openpolicyagent/opa from 0.69.0 to 0.70.0 (#1544)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-04 09:13:22 -08:00 committed by GitHub
parent 520702f155
commit b735b8b3e6
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.10.0 AS weaver
# OPA is used to test policies enforced by weaver.
FROM openpolicyagent/opa:0.69.0 AS opa
FROM openpolicyagent/opa:0.70.0 AS opa
# Semconv gen is used for backwards compatibility checks.
# TODO(jsuereth): Remove this when no longer used.