File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#  This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22
33#  We start from the Debian 'bookworm' image dated 2023-11-20.
4- FROM  debian:bookworm-20250610 -slim as prepare-stage
4+ FROM  debian:bookworm-20250630 -slim as prepare-stage
55
66#  Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77COPY  *sh /usr/local/bin/
Original file line number Diff line number Diff line change 1- FROM  jenkins/ssh-agent:6.20 .0-jdk21 AS ssh-agent
1+ FROM  jenkins/ssh-agent:6.21 .0-jdk21 AS ssh-agent
22
33#  install dotnet dependencies
44RUN  apt-get update && apt-get install -y --no-install-recommends libc6 libgcc1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g wget && apt-get clean && \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments