Ver Fonte

Update Go docker version

arjunyel há 7 anos atrás
pai
commit
8a76e0af27
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.10.0 AS build
+FROM golang:1.10.3 AS build
 WORKDIR /go/src/github.com/zricethezav/gitleaks
 COPY . .
 RUN CGO_ENABLED=0 go build -o bin/gitleaks *.go