1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Dockerfile: update builder image to Go v1.18.1

This commit is contained in:
Markus Lehtonen 2022-04-14 13:03:02 +03:00
parent e475390f6e
commit 269724889c

View file

@ -2,7 +2,7 @@ ARG BASE_IMAGE_FULL
ARG BASE_IMAGE_MINIMAL
# 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
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \