Parcourir la source

Update Go docker version

arjunyel il y a 7 ans
Parent
commit
8a76e0af27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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