Skip to content

Commit d1826a7

Browse files
authoredMar 3, 2025··
Bump openpolicyagent/opa from 1.1.0 to 1.2.0 (#1956)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb11bb9 commit d1826a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dependencies.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
FROM otel/weaver:v0.13.2 AS weaver
77

88
# OPA is used to test policies enforced by weaver.
9-
FROM openpolicyagent/opa:1.1.0 AS opa
9+
FROM openpolicyagent/opa:1.2.0 AS opa
1010

1111
# Semconv gen is used for backwards compatibility checks.
1212
# TODO(jsuereth): Remove this when no longer used.

0 commit comments

Comments
 (0)
Please sign in to comment.