diff --git a/cli/Dockerfile b/cli/Dockerfile index 43b5033e707..52ae7072cf9 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,5 +1,5 @@ # base stage -FROM golang:1.25.8-alpine3.22 AS base +FROM golang:1.25.9-alpine3.22 AS base RUN apk add --no-cache git ca-certificates diff --git a/cli/Dockerfile.test b/cli/Dockerfile.test index 96a57524c37..6f94df81bd7 100644 --- a/cli/Dockerfile.test +++ b/cli/Dockerfile.test @@ -1,5 +1,5 @@ # base stage -FROM golang:1.25.8-alpine3.22 AS base +FROM golang:1.25.9-alpine3.22 AS base RUN apk add --no-cache git ca-certificates