mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Dockerfile: update builder image to Go v1.18.1
This commit is contained in:
parent
e475390f6e
commit
269724889c
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.18.0-buster as builder
|
FROM golang:1.18.1-buster as builder
|
||||||
|
|
||||||
# Build and install the grpc-health-probe binary
|
# Build and install the grpc-health-probe binary
|
||||||
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \
|
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue