File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ OUTPUT_DIR := _output/$(ARCH)
2727#  Ensure that the docker command line supports the manifest images
2828export  DOCKER_CLI_EXPERIMENTAL =enabled
2929
30- BASEIMAGE  ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.8 .0
30+ BASEIMAGE  ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.9 .0
3131ifeq  ($(ARCH ) ,amd64)
32- 	COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.8 .0
32+ 	COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):buster-v1.9 .0
3333else  ifeq ($(ARCH),arm)
3434	TRIPLE    ?= arm-linux-gnueabihf
3535	QEMUARCH  := arm
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export VERSION
2929SRC_DIRS  := cmd pkg
3030
3131ALL_ARCH  := amd64 arm arm64 ppc64le s390x
32- BASEIMAGE  ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.8 .0
33- IPTIMAGE  ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH ) :buster-v1.6.5 
32+ BASEIMAGE  ?= k8s.gcr.io/build-image/debian-base-$(ARCH ) :buster-v1.9 .0
33+ IPTIMAGE  ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH ) :buster-v1.6.6 
3434
3535#  These rules MUST be expanded at reference time (hence '=') as BINARY
3636#  is dynamically scoped.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments