From 2523e4e6997402790810d8af534be5ef2aca0313 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 00:29:54 +0000 Subject: [PATCH] Update golang Docker tag to v1.25.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- client/go/kserve-api/Dockerfile | 2 +- demos/image_classification/go/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/go/kserve-api/Dockerfile b/client/go/kserve-api/Dockerfile index a5b9db2f97..a31a11792a 100644 --- a/client/go/kserve-api/Dockerfile +++ b/client/go/kserve-api/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM golang:1.23.0 +FROM golang:1.25.0 RUN apt-get update && \ apt-get -y install git unzip build-essential autoconf libtool protobuf-compiler libprotobuf-dev && \ diff --git a/demos/image_classification/go/Dockerfile b/demos/image_classification/go/Dockerfile index 3319d40b7b..75afc767c3 100644 --- a/demos/image_classification/go/Dockerfile +++ b/demos/image_classification/go/Dockerfile @@ -16,7 +16,7 @@ # limitations under the License. # -FROM golang:1.23.0 +FROM golang:1.25.0 ARG http_proxy RUN echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/proxy.conf