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