From d35a9264735e92b7e4bef4e45ae171a9ae14bc72 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:18:49 +0000 Subject: [PATCH] Update golang Docker tag to v1.25.1 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 de874b3d25..eafd649e58 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.1 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..02c5e0e179 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.1 ARG http_proxy RUN echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/proxy.conf