File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push]
55jobs :
66  codecov :
77    container : 
8-       image : swift:6.1  
8+       image : swift:6.0  
99    runs-on : ubuntu-latest 
1010    steps :
1111    - uses : actions/checkout@v3 
Original file line number Diff line number Diff line change 1717          - swift:5.9-jammy 
1818          - swift:5.10-focal 
1919          - swift:5.10-jammy 
20-           - swift:6.1 -focal 
21-           - swift:6.1 -jammy 
20+           - swift:6.0 -focal 
21+           - swift:6.0 -jammy 
2222    container : ${{ matrix.image }} 
2323    steps :
2424    - name : Checkout code 
Original file line number Diff line number Diff line change 11
2- FROM  swift:6.1  AS builder
2+ FROM  swift:6.0  AS builder
33
44#  Install OS updates and, if needed, sqlite3
55RUN  export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -52,7 +52,7 @@ RUN bin_path="$(swift build --package-path /build -c release --show-bin-path)" \
5252# # Production image
5353# 
5454
55- FROM  swift:6.1 
55+ FROM  swift:6.0 
5656
5757#  DEBIAN_FRONTEND=noninteractive for automatic UTC configuration in tzdata
5858#  Make sure all system packages are up to date.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments