From 2ba089bb7882cf669e698cc76bff854ec2fdeca6 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:21:02 +0000 Subject: [PATCH] chore(deps): update centos docker tag to v8 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- openshift-ci/Dockerfile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index c4dde87e95..8442299def 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM centos:7 as build-tools +FROM centos:8 as build-tools ENV LANG=en_US.utf8 ENV GOPATH /tmp/go ARG GO_PACKAGE_PATH=github.com/shipwright-io/build