We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36ce3f commit 78e0ff2Copy full SHA for 78e0ff2
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ COPY . .
20
RUN GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-s -w" -a -o /app/2ms .
21
22
# Runtime image
23
-FROM checkmarx/git:2.53.0-r2-efb3b1704c76c7@sha256:efb3b1704c76c7ebc0aa133281491a619b49db51030d86eaaa334281e0c4b214
+FROM checkmarx/git:2.54.0-r0-586cb59ae2f323@sha256:586cb59ae2f323b619760be099e9029828954aa6d5a230f0b0dc37a623894d6f
24
25
WORKDIR /app
26
0 commit comments