Skip to content

Commit 51fe509

Browse files
Update golang Docker tag to v1.25.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 52d45d4 commit 51fe509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/go/kserve-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
FROM golang:1.23.0
16+
FROM golang:1.25.0
1717

1818
RUN apt-get update && \
1919
apt-get -y install git unzip build-essential autoconf libtool protobuf-compiler libprotobuf-dev && \

demos/image_classification/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
FROM golang:1.23.0
19+
FROM golang:1.25.0
2020
ARG http_proxy
2121

2222
RUN echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/proxy.conf

0 commit comments

Comments
 (0)