Explorar el Código

Update Go docker version

arjunyel hace 7 años
padre
commit
8a76e0af27
Se han modificado 1 ficheros con 1 adiciones y 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