-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the description to have the right version
- Loading branch information
bruggerk
authored
Apr 2, 2019
1 parent
5d72a60
commit c580dc7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM centos | |
|
||
MAINTAINER Kim Brugger <[email protected]> | ||
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 && \ | ||
|