From 8dc24037a73d8e0c026e21a45d420fbd9e51b8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:01:17 +0000 Subject: [PATCH] ci(deps): bump the all group with 2 updates Bumps the all group with 2 updates: checkmarx/go and checkmarx/git. Updates `checkmarx/go` from 1.25.1-r0-4c4611ff34fb2a to 1.25.1-r0-2f33336cfd1adb Updates `checkmarx/git` from 2.51.0-r1-2d1628b5b0a188 to 2.51.0-r0-57be16aec6d8e7 --- updated-dependencies: - dependency-name: checkmarx/go dependency-version: 1.25.1-r0-2f33336cfd1adb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: checkmarx/git dependency-version: 2.51.0-r0-57be16aec6d8e7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe3fe336b99..21e472856bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM checkmarx/go:1.25.1-r0-a5f6a49d313296@sha256:a5f6a49d313296a88aa414aa028035be91b9683330f8201ad2cd0747ba821c5b AS build_env +FROM checkmarx/go:1.25.3-r0-bda848f0c57ea0@sha256:bda848f0c57ea08ffa76887744a7af3287c362dc15a4e519469f9989a4d9c054 AS build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \ # Runtime image # Ignore no User Cmd since KICS container is stopped afer scan # kics-scan ignore-line -FROM checkmarx/git:2.51.0-r1-b329c83e6a5a90@sha256:b329c83e6a5a90bafb24b7ef1ffffba7dac164df4cede2a00ede9c6084cbf876 +FROM checkmarx/git:2.51.0-r0-57be16aec6d8e7@sha256:57be16aec6d8e7e724dabef01d6a61999100560d83dd815890374ea9e4cbceb7 ENV TERM xterm-256color