From d717ef15360474fe0f40a914dd680b716ee680d8 Mon Sep 17 00:00:00 2001 From: InsightsDroid <40613230+InsightsDroid@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:13:58 +0200 Subject: [PATCH] Bumped ccx-rules-ocp version (#400) Bumped ccx-rules-ocp version to 2022.06.22.post3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index febf2b2a..8081be55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/cloudservices/ccx-rules-ocp:2022.06.22 AS rules +FROM quay.io/cloudservices/ccx-rules-ocp:2022.06.22.post3 AS rules FROM registry.redhat.io/rhel8/go-toolset:1.16 AS builder