mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Update Makefile
Co-authored-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
3bb687d3d3
commit
73d624def4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
|
|||
IMAGE_BUILD_EXTRA_OPTS ?=
|
||||
IMAGE_PUSH_CMD ?= docker push
|
||||
CONTAINER_RUN_CMD ?= docker run
|
||||
BUILDER_IMAGE ?= golang:1.21-bullseye
|
||||
BUILDER_IMAGE ?= golang:1.21-bookworm
|
||||
BASE_IMAGE_FULL ?= debian:bullseye-slim
|
||||
BASE_IMAGE_MINIMAL ?= scratch
|
||||
|
||||
|
|
Loading…
Reference in a new issue