Skip to content

Commit dadc051

Browse files
ci(deps): bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: checkmarx/go and checkmarx/git. Updates `checkmarx/go` from 1.25.0-r1-7c869326d2b9da to 1.25.1-r0-2f33336cfd1adb Updates `checkmarx/git` from 2.51.0-r1-5c4fb759c7922f 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] <[email protected]>
1 parent 46722ea commit dadc051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM checkmarx/go:1.25.0-r1-7c869326d2b9da@sha256:7c869326d2b9da88bd33be205c68c2296298576bc08cd78cb09504797c35a8af AS build_env
1+
FROM checkmarx/go:1.25.1-r0-2f33336cfd1adb@sha256:2f33336cfd1adb797388aeff63c127132f14d05c3e55deb9865ab4d9ae6c78cd 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.51.0-r1-5c4fb759c7922f@sha256:5c4fb759c7922fb80d3c4af34f03635188533957bd550e6116ca8a337e200318
32+
FROM checkmarx/git:2.51.0-r0-57be16aec6d8e7@sha256:57be16aec6d8e7e724dabef01d6a61999100560d83dd815890374ea9e4cbceb7
3333

3434
ENV TERM xterm-256color
3535

0 commit comments

Comments
 (0)