diff --git a/build/protoc-go/Dockerfile b/build/protoc-go/Dockerfile index e1284f9..821d312 100644 --- a/build/protoc-go/Dockerfile +++ b/build/protoc-go/Dockerfile @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.19.0 +FROM golang:1.23.0 RUN apt-get update && \ apt-get install -y unzip python3 python3-pip