diff --git a/dockerfiles/latex-builder/Dockerfile b/dockerfiles/latex-builder/Dockerfile index 22de3fdb0cd8d112339455cb3ca56bcdcd9fd281..053b8bacf299fb6a83ef364face0ae78a67d6194 100644 --- a/dockerfiles/latex-builder/Dockerfile +++ b/dockerfiles/latex-builder/Dockerfile @@ -6,7 +6,7 @@ ARG CI_AWE_IMAGE_TAG # or if the conda-builder image is built along with this image. FROM ${CI_AWE_IMAGE_BASE}/conda-builder:${CI_AWE_IMAGE_TAG} -LABEL version="1.2" +LABEL version="1.3" LABEL description="Image for building LaTeX documentation through tectonic" # Compiling the example will let tectonic pull most common LaTeX packages,