Kaynağa Gözat

Update Go docker version

arjunyel 7 yıl önce
ebeveyn
işleme
8a76e0af27
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 WORKDIR /go/src/github.com/zricethezav/gitleaks
 COPY . .
 COPY . .
 RUN CGO_ENABLED=0 go build -o bin/gitleaks *.go
 RUN CGO_ENABLED=0 go build -o bin/gitleaks *.go