File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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
7070RUN  <<EOF
7171    set -ex
7272    [ "$TARGETARCH"  = "amd64"  ] && arch="x86_64"  || arch="aarch64" 
73-     version=2.40.0 
73+     version=2.40.1 
7474    curl -fsSL https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-compose
7575    chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
7676    docker compose version
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments