Skip to content

Commit

Permalink
Bump Docker latexml image
Browse files Browse the repository at this point in the history
New image is built using the updated Dockerfile.incremental, which should be consistent with what was already in Dockerfile.
  • Loading branch information
henrikt-ma committed Aug 4, 2020
1 parent 40d920a commit 4faa5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20200803'
image 'modelicaspec/latexml:20200804'
label 'linux'
alwaysPull true
}
Expand Down
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile.incremental
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM modelicaspec/latexml:20200415

RUN tlmgr update --self \
&& tlmgr install cleveref \
&& tlmgr install cleveref caption \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*

0 comments on commit 4faa5b9

Please sign in to comment.