diff --git a/tekton/images/kind/Dockerfile b/tekton/images/kind/Dockerfile index 6cd5555bd..6f90bfdac 100644 --- a/tekton/images/kind/Dockerfile +++ b/tekton/images/kind/Dockerfile @@ -14,7 +14,7 @@ # Runtime image for common dependencies when running kind tests. -FROM golang:1.27.0-alpine@sha256:4c9fe60190a2a3350ddc51de80d0224b8a6698d12bdfc999fee45ea9d6c46dbc +FROM golang:1.27.1-alpine@sha256:cf6fca6641884b8433441b2b0652976f975e1d0fdd26d177eaaf8596087f3125 LABEL org.opencontainers.image.source=https://github.com/tektoncd/plumbing LABEL org.opencontainers.image.description="Image for kind" LABEL org.opencontainers.image.licenses=Apache-2.0