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 11#  Container image that runs your code
2- FROM  alpine:edge 
2+ FROM  alpine:3.21 
33
44#  Copies your code file from your action repository to the filesystem path `/` of the container
55COPY  entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change 2626  BUILD_LATEX=0
2727fi 
2828
29- PACKAGES=" doxygen graphviz ttf-freefont $4 " 
29+ PACKAGES=" doxygen=1.12.0-r0  graphviz ttf-freefont $4 " 
3030if  [ " $BUILD_LATEX " =  true  ] ;  then 
3131  PACKAGES=" $PACKAGES  perl build-base texlive-full biblatex ghostscript" 
3232fi 
3333apk add $PACKAGES 
3434
35- echo  " ::notice::You're on the bleeding edge of doxygen-action. To pin this version use: mattnotmitt/doxygen-action@$( doxygen --version) " 
36- 
3735#  run "regular" doxygen
3836doxygen $1 
3937
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments