From c580dc7fc8014595bfc581b40f7dbe15815ac4a9 Mon Sep 17 00:00:00 2001 From: bruggerk Date: Tue, 2 Apr 2019 13:11:29 +0200 Subject: [PATCH] Changed the description to have the right version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1614f17..3d9a5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM centos MAINTAINER Kim Brugger LABEL authors="Kim Brugger" \ - description="Docker image containing an installation of the ricopili tools version: 2019_Feb_6.001" + description="Docker image containing an installation of the ricopili tools version: 2019_Feb_18.001" #Stuff we need: RUN yum install -y epel-release && \