Update to current version of pandoc
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
FROM debian:bullseye-slim
 | 
			
		||||
 | 
			
		||||
ARG PANDOC_VERSION=2.14.2
 | 
			
		||||
ARG PANDOC_CROSSREF_VERSION=v0.3.12.0c
 | 
			
		||||
ARG PANDOC_VERSION=3.0.1
 | 
			
		||||
ARG PANDOC_CROSSREF_VERSION=v0.3.15.0
 | 
			
		||||
ARG DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
@@ -19,7 +19,7 @@ RUN mv pandoc-${PANDOC_VERSION}/bin/* /usr/bin/ \
 | 
			
		||||
    && cd .. \
 | 
			
		||||
    && rm -rf download
 | 
			
		||||
RUN apt-get install -y \
 | 
			
		||||
        git \
 | 
			
		||||
        texlive-full \
 | 
			
		||||
        python3-pygments
 | 
			
		||||
    git \
 | 
			
		||||
    texlive-full \
 | 
			
		||||
    python3-pygments
 | 
			
		||||
RUN rm -rf /var/lib/apt/lists/*
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
FROM arm64v8/debian:bullseye-slim
 | 
			
		||||
 | 
			
		||||
ARG PANDOC_VERSION=2.14.2
 | 
			
		||||
ARG PANDOC_CROSSREF_VERSION=v0.3.12.0c
 | 
			
		||||
ARG PANDOC_VERSION=3.0.1
 | 
			
		||||
ARG PANDOC_CROSSREF_VERSION=v0.3.15.0
 | 
			
		||||
ARG DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user