File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
1414RUN  GOOS=linux make build
1515
1616#  uncomment this post build arg
17- FROM  ubuntu:22 .04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95  as  devtron-all
17+ FROM  ubuntu:24 .04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782  as  devtron-all
1818
1919RUN  apt update && \
2020    apt install ca-certificates git curl -y && \
@@ -43,4 +43,4 @@ RUN chmod +x /git-ask-pass.sh
4343
4444USER  devtron
4545
46- CMD  ["./devtron" ]
46+ CMD  ["./devtron" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
1313
1414RUN GOOS=linux make build-all
1515
16- FROM ubuntu:22 .04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95  as  devtron-ea
16+ FROM ubuntu:24 .04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782  as  devtron-ea
1717
1818RUN apt update && \
1919    apt install ca-certificates curl -y && \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments