From b5fc149c957a56b7c6f8c30f8c11a2c90b3a71f1 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 30 Jan 2023 18:53:24 +0100
Subject: [PATCH] testing

---
 c_pandoc/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_pandoc/Dockerfile b/c_pandoc/Dockerfile
index 2267b9a..75f9dc6 100644
--- a/c_pandoc/Dockerfile
+++ b/c_pandoc/Dockerfile
@@ -1,6 +1,6 @@
 FROM omalaspinas/pandoc
 
-LABEL Description="Image used for C and pandoc compilation, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.4"
+LABEL Description="Image used for C and pandoc compilation, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.5"
 
 RUN apk add build-base clang gcc bash
 
-- 
GitLab