Skip to content

Commit ab7a61b

Browse files
Bump golang from 1.16.3-alpine3.13 to 1.16.4-alpine3.13 (#189)
Bumps golang from 1.16.3-alpine3.13 to 1.16.4-alpine3.13. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51cda46 commit ab7a61b

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 golang:1.16.3-alpine3.13 as build-env
1+
FROM golang:1.16.4-alpine3.13 as build-env
22
ARG GIT_TOKEN
33

44
ENV GOPRIVATE="github.com/checkmarxDev/healthcheck,github.com/checkmarxDev/logs,github.com/checkmarxDev/sast-queries,github.com/checkmarxDev/sast-results,github.com/checkmarxDev/sast-rm,github.com/checkmarxDev/sast-scan-inc,github.com/checkmarxDev/scans,github.com/checkmarxDev/uploads,github.com/checkmarxDev/ast-authorization,github.com/checkmarxDev/readiness,github.com/checkmarxDev/repostore,github.com/checkmarxDev/sast-results-handler,github.com/checkmarxDev/clservice"
@@ -26,7 +26,7 @@ COPY . .
2626
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOPRIVATE="github.com/checkmarxDev/healthcheck,github.com/checkmarxDev/logs,github.com/checkmarxDev/sast-queries,github.com/checkmarxDev/sast-results,github.com/checkmarxDev/sast-rm,github.com/checkmarxDev/sast-scan-inc,github.com/checkmarxDev/scans,github.com/checkmarxDev/uploads,github.com/checkmarxDev/ast-authorization,github.com/checkmarxDev/readiness,github.com/checkmarxDev/repostore,github.com/checkmarxDev/sast-results-handler,github.com/checkmarxDev/clservice" go build -a -installsuffix cgo -o bin/cx cmd/main.go
2727

2828
#runtime image
29-
FROM golang:1.16.3-alpine3.13
29+
FROM golang:1.16.4-alpine3.13
3030

3131
COPY --from=build-env /app/bin/cx /app/bin/cx
3232

0 commit comments

Comments
 (0)