From c05c78c4170274fbce1996b877bda46642a33a9c Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 8 Jun 2025 04:39:42 +0000 Subject: [PATCH] chore(deps): update dependency open-policy-agent/opa to v1.5.1 (dockerfile) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 971a963..0d16552 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ARG HELM_DIFF_VERSION=3.5.0 # renovate: datasource=github-releases depName=kislyuk/yq ARG YQ_VERSION=3.0.2 # renovate: datasource=github-releases depName=open-policy-agent/opa -ARG OPA_VERSION=1.0.0 +ARG OPA_VERSION=1.5.1 ENV APK_PACKAGES="bash groff less python3 py3-pip curl ca-certificates jq git"