File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG TOOLCHAIN=stable
99#  - https://www.openssl.org/source/
1010# 
1111#  ALSO UPDATE hooks/build!
12- ARG  OPENSSL_VERSION=1.1.1j 
12+ ARG  OPENSSL_VERSION=1.1.1k 
1313
1414#  Versions for other dependencies. Here are the places to check for new
1515#  releases:
@@ -172,8 +172,6 @@ RUN env CARGO_HOME=/opt/rust/cargo cargo install -f cargo-audit && \
172172
173173#  Allow sudo without a password.
174174COPY  sudoers /etc/sudoers.d/nopasswd
175- #  temp fix (win/wsl/ntfs)
176- RUN  chmod 0440 /etc/sudoers.d/nopasswd
177175
178176#  Run all further code as user `rust`, create our working directories, install
179177#  our config file, and set up our credential helper.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set -euo pipefail
1212#  we do offer the option of falling back to 1.0.
1313# 
1414#  Find the latest version at https://www.openssl.org/source/
15- OPENSSL_VERSION=1.1.1j 
15+ OPENSSL_VERSION=1.1.1k 
1616
1717#  Pick an appropriate Docker tag
1818case  " $DOCKER_TAG " in 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments