From ac809ea61b72d6edfb747ae4637b3e91b2aae451 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Thu, 30 Oct 2025 14:47:08 +0000 Subject: [PATCH] Bump embed docker image base to go 1.24 Signed-off-by: Fiachra Corcoran --- go/kfn/commands/embed/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/kfn/commands/embed/Dockerfile b/go/kfn/commands/embed/Dockerfile index b18bc55e..587680f0 100644 --- a/go/kfn/commands/embed/Dockerfile +++ b/go/kfn/commands/embed/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-alpine3.15 +FROM golang:1.24-alpine3.22 ENV CGO_ENABLED=0 WORKDIR /go/src/ COPY go.mod go.sum ./