File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525        displayName : Install dotnet 
2626        inputs :
2727          #  renovate: datasource=dotnet depName=dotnet-sdk
28-           version : 9.0.305  
28+           version : 9.0.306  
2929
3030      - bash : dotnet tool restore && dotnet cake --verbosity=verbose 
3131        displayName : Cake build 
Original file line number Diff line number Diff line change 32323333        with :
3434          #  renovate: datasource=dotnet depName=dotnet-sdk
35-           dotnet-version : 9.0.305  
35+           dotnet-version : 9.0.306  
3636
3737      - name : Docker login 
3838        if : github.event_name != 'pull_request' 
Original file line number Diff line number Diff line change 2525  script :
2626    - curl -fsSL https://get.docker.com/ | bash -s 
2727    #  renovate: datasource=dotnet depName=dotnet-sdk
28-     - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.305  
28+     - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.306  
2929    - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH 
3030    - dotnet tool restore && dotnet cake --verbosity=verbose 
Original file line number Diff line number Diff line change 11#  syntax=docker/dockerfile:1
2- FROM  mcr.microsoft.com/dotnet/sdk:9.0.305 -noble
2+ FROM  mcr.microsoft.com/dotnet/sdk:9.0.306 -noble
33
44LABEL  org.opencontainers.image.source=https://github.com/gitfool/cake-docker
55
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments