mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Dockerfile: update go to 1.16.7
This commit is contained in:
parent
24bfbf8668
commit
035d528a17
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ARG BASE_IMAGE_FULL
|
||||||
ARG BASE_IMAGE_MINIMAL
|
ARG BASE_IMAGE_MINIMAL
|
||||||
|
|
||||||
# Build node feature discovery
|
# Build node feature discovery
|
||||||
FROM golang:1.16.2-buster as builder
|
FROM golang:1.16.7-buster 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