MiKTeX / docker-miktex

the Docker image for running MiKTeX
41 stars 28 forks source link

Versions of Biber and Biblatex are incompatible #43

Open Noranius opened 1 month ago

Noranius commented 1 month ago

Error: I'm using the MikTex Docker miktex/miktex:23.10-basic in a project. This worked fine on my project two months ago. Since last week i get an error message: "Found biblatex control file version 3.11, expected version 3.10. This means that your biber (2.19) and biblatex (3.20)".

Problem: biber-linux-x86_64 version 2.19 and biblatex 3.20 are installed. They are not compatible.

Solution: Update biber-linux-x86_64 to version 3.20

LyzardKing commented 1 month ago

@Noranius I have the same issue. Did you solve it?

Noranius commented 1 month ago

I have added the line miktex packages update biber-linux-x86_64 at the start of the script section. However, it's a workaround only. It should be included in the docker file.