diff --git a/upstream/images/api.Dockerfile b/upstream/images/api.Dockerfile index 86794f0c23..f49c7e83a2 100644 --- a/upstream/images/api.Dockerfile +++ b/upstream/images/api.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.23.7-alpine3.21 AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.21 AS builder WORKDIR /go/src/github.com/tektoncd/hub COPY . . diff --git a/upstream/images/db.Dockerfile b/upstream/images/db.Dockerfile index 0623122ddd..27389dc6d7 100644 --- a/upstream/images/db.Dockerfile +++ b/upstream/images/db.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.23.7-alpine3.21 AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.21 AS builder WORKDIR /go/src/github.com/tektoncd/hub COPY . .