From 56a69a3918605481d360f4debd91c4c30fc61c73 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Thu, 18 May 2023 10:40:28 -0300 Subject: [PATCH] OPCT-209: update base image to fix security CVEs (#41) Fixing CVEs from the base image. [OPCT-209](https://issues.redhat.com/browse/OPCT-209) [OPCT-177](https://issues.redhat.com/browse/OPCT-177) https://quay.io/repository/ocp-cert/tools/manifest/sha256:00b0cfb54c013e5f1ba9f762c8195b6fd28eee3eb636fc14d96ebd8274615afc?tab=vulnerabilities ![Screenshot from 2023-05-17 01-13-24](https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/assets/3216894/a70eea5c-b4f2-4edd-a2ba-96a27e22eb06) ![Screenshot from 2023-05-17 02-35-25](https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/assets/3216894/f4bdb2cc-83ea-4b54-b76e-b614e066925c) --- openshift-tests-provider-cert/hack/build-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift-tests-provider-cert/hack/build-image.sh b/openshift-tests-provider-cert/hack/build-image.sh index 014bb262..9e60bbf3 100755 --- a/openshift-tests-provider-cert/hack/build-image.sh +++ b/openshift-tests-provider-cert/hack/build-image.sh @@ -23,8 +23,8 @@ VERSION_PLUGIN_DEVEL="${VERSION_DEVEL:-}"; FORCE="${FORCE:-false}"; # TOOLS version is created by suffix of oc and sonobuoy versions w/o dots -export VERSION_TOOLS="v0.0.0-alp3164-oc4121-s05612-v0" -export CONTAINER_BASE="alpine:3.16.4" +export VERSION_TOOLS="v0.0.0-alp3165-oc4121-s05612-v0" +export CONTAINER_BASE="alpine:3.16.5" export VERSION_OC="4.12.1" export VERSION_SONOBUOY="v0.56.12"