From c42f39b826ed40be65daa348f67c791c3603b449 Mon Sep 17 00:00:00 2001
From: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Date: Thu, 30 Jun 2022 10:06:44 +0200
Subject: [PATCH] Move version to 1.3

---
 dockerfiles/latex-builder/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfiles/latex-builder/Dockerfile b/dockerfiles/latex-builder/Dockerfile
index 22de3fd..053b8ba 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,
-- 
GitLab