Browse Source

ENH: Update test docker images to use thewtex/opengl:debian

This image has been updated to continuously report output.
Jean-Christophe Fillion-Robin 7 years ago
parent
commit
16a2dd1931
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CMake/CircleCI/Dockerfile-qt4
  2. 1 1
      CMake/CircleCI/Dockerfile-qt5

+ 1 - 1
CMake/CircleCI/Dockerfile-qt4

@@ -1,4 +1,4 @@
-FROM thewtex/opengl:v0.1.0
+FROM thewtex/opengl:debian
 MAINTAINER Insight Software Consortium <community@itk.org>
 
 RUN REPO=http://cdn-fastly.deb.debian.org && \

+ 1 - 1
CMake/CircleCI/Dockerfile-qt5

@@ -1,4 +1,4 @@
-FROM thewtex/opengl:v0.1.0
+FROM thewtex/opengl:debian
 MAINTAINER Insight Software Consortium <community@itk.org>
 
 RUN REPO=http://cdn-fastly.deb.debian.org && \