From 46337cc033b964fde3e9a53668fa50a32eb3beba Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:50:24 +0000 Subject: [PATCH] Update golang Docker tag to v1.24.4 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..0841bbb06b 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.24.4 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..20306e0c9e 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.24.4 ARG http_proxy RUN echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/proxy.conf