mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
dockerfile: bump builder image to golang v1.17.13
This commit is contained in:
parent
0e872e3a1a
commit
b991220011
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ARG BASE_IMAGE_FULL
|
|||
ARG BASE_IMAGE_MINIMAL
|
||||
|
||||
# Build node feature discovery
|
||||
FROM golang:1.17.2-buster as builder
|
||||
FROM golang:1.17.13-buster as builder
|
||||
|
||||
# Build and install the grpc-health-probe binary
|
||||
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \
|
||||
|
|
Loading…
Reference in a new issue