From d8341c853b8e27390a34184271bdfa68e1fa2acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:16:01 +0000 Subject: [PATCH] build(deps): bump golang in /tekton/images/kubectl in the all group Bumps the all group in /tekton/images/kubectl with 1 update: golang. Updates `golang` from 1.24.0-alpine to 1.24.1-alpine --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- tekton/images/kubectl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/images/kubectl/Dockerfile b/tekton/images/kubectl/Dockerfile index d9c69648c..0495bea21 100644 --- a/tekton/images/kubectl/Dockerfile +++ b/tekton/images/kubectl/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.24.0-alpine@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c as build +FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 as build LABEL description="Build container" RUN apk update && apk add --no-cache alpine-sdk ca-certificates