Skip to content

Commit 93d40e7

Browse files
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 `3984b97` to `7eaab90` Updates `checkmarx/git` from `6f398e9` to `36de24f` --- updated-dependencies: - dependency-name: checkmarx/go dependency-version: 1.26.1-r1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: checkmarx/git dependency-version: 2.53.0-r0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be60ba3 commit 93d40e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM checkmarx/go:1.26.1-r1@sha256:3984b97600a32d5a9ff14cc4b8029572a762082d98fb9788bbc4050d4f45d9d2 AS build_env
1+
FROM checkmarx/go:1.26.1-r1@sha256:7eaab909cc0aca91eaa4dde0171ef12d03bcad437eea651ceebb70b0f63c5dee AS build_env
22

33
# Copy the source from the current directory to the Working Directory inside the container
44
WORKDIR /app
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
2929
# Runtime image
3030
# Ignore no User Cmd since KICS container is stopped afer scan
3131
# kics-scan ignore-line
32-
FROM checkmarx/git:2.53.0-r0@sha256:6f398e9772fc0271cbdd77b065a09c9244004fbda17c1c58ba01b412a4292bde
32+
FROM checkmarx/git:2.53.0-r0@sha256:36de24faffc5abca400a8f3bdb178bedca1f359ca98262b0400af6c77c5858af
3333

3434
ENV TERM xterm-256color
3535

0 commit comments

Comments
 (0)