소스 검색

Merge pull request #76 from arjunyel/patch-1

Update Go docker version
Zachary Rice 7 년 전
부모
커밋
8922546a00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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