From 193cac2555c49c24d3d0da6b92dc6f50d06b1f0b Mon Sep 17 00:00:00 2001
From: Brice Copy <brice.copy@gmail.com>
Date: Thu, 19 Oct 2017 14:24:04 +0200
Subject: [PATCH] update base image

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbe9d41..3e995c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <baseImage>gitlab-registry.cern.ch/ics-swinfra/cc7-oraclejava:8</baseImage>
+                    <baseImage>gitlab-registry.cern.ch/industrial-controls/sw-infra/cc7-oraclejava:8</baseImage>
 		            <imageName>gitlab-registry.cern.ch/c2mon/${project.artifactId}</imageName>
 		            <imageTags>
                        <imageTag>${project.version}</imageTag>
-- 
GitLab