diff --git a/Dockerfile b/Dockerfile index 6b9c0685fd6..3b5a7f997e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM checkmarx/go:1.26.1-r1@sha256:3984b97600a32d5a9ff14cc4b8029572a762082d98fb9788bbc4050d4f45d9d2 AS build_env +FROM checkmarx/go:1.26.1-r1@sha256:90f634b3c5d27ee46f0388d00cb9a8a98857c9e00d321542cb8ce16fc3d260e6 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.53.0-r0@sha256:6f398e9772fc0271cbdd77b065a09c9244004fbda17c1c58ba01b412a4292bde +FROM checkmarx/git:2.53.0-r0@sha256:cb0da0241bdb054233da4cb2313e64f4386d3c9f4c5711cee34554cf5e37ac04 ENV TERM xterm-256color