File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd as  builder
2+ FROM  golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd AS  builder
33ARG  TARGETOS
44ARG  TARGETARCH
55
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ FROM alpine:3.20.3
22
33RUN  apk add --no-cache curl bash tar
44COPY  download_shim.sh /download_shim.sh
5- CMD  bash  /download_shim.sh
5+ CMD  [ " bash" ,  " /download_shim.sh"  ] 
Original file line number Diff line number Diff line change 1- FROM  golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd as  builder
1+ FROM  golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd AS  builder
22
33WORKDIR  /app
44
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments