File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM checkmarx/go:1.24.0-r0 @sha256:7e33b0b74dc3e36a5229c16cf51f091cbf0aa67f010f3da55cd0a7da0ec3906d AS build_env
1+ FROM checkmarx/go:1.24.1-r1 @sha256:a0f7f8ef7a91ad096198f3f21e540c06041d13ad3c2423bb5ba842c8d929b672 AS build_env
22
33# Copy the source from the current directory to the Working Directory inside the container
44WORKDIR /app
@@ -29,7 +29,7 @@ RUN 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.47.0-r0@sha256:965c4937f5b773b07bfd2658de245456d1c645b2f40962c9eebf0beb72c24b31
32+ FROM checkmarx/git:2.47.0-r0@sha256:1563b3daa0a20bc53c0dbf7ab0b2cf0d3ab9db9a336ac3c2d174e8f7e4644db3
3333
3434ENV TERM xterm-256color
3535
You can’t perform that action at this time.
0 commit comments