Explorar o código

Merge pull request #76 from arjunyel/patch-1

Update Go docker version
Zachary Rice %!s(int64=7) %!d(string=hai) anos
pai
achega
8922546a00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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