diff --git a/client/go/kserve-api/Dockerfile b/client/go/kserve-api/Dockerfile index de874b3d25..163c08ddd3 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.3 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..1cb19acc38 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.3 ARG http_proxy RUN echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/proxy.conf