mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Update builder image to Go 1.13.12
Go versions after 1.13.7 contain fix for CVE-2020-7919
This commit is contained in:
parent
c2503a20ab
commit
eb8fe6393a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.13.5"
|
- "1.13.12"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Build node feature discovery
|
# Build node feature discovery
|
||||||
FROM golang:1.13.5 as builder
|
FROM golang:1.13.12 as builder
|
||||||
|
|
||||||
# Get (cache) deps in a separate layer
|
# Get (cache) deps in a separate layer
|
||||||
COPY go.mod go.sum /go/node-feature-discovery/
|
COPY go.mod go.sum /go/node-feature-discovery/
|
||||||
|
|
Loading…
Add table
Reference in a new issue