diff --git a/build.sh b/build.sh index 1c7cc7784a..90e2178542 100755 --- a/build.sh +++ b/build.sh @@ -57,7 +57,7 @@ pushd build PARENT=`readlink -f ../` chmod a+rwx `pwd` chmod g+s `pwd` - docker run -u travis -v $PARENT:/work/openrct2 -w /work/openrct2/build -i -t janisozaur/openrct2:32bit-only bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && make" + docker run -u travis -v $PARENT:/work/openrct2 -w /work/openrct2/build -i -t openrct2/openrct2:32bit-only bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && make" else cmake -DCMAKE_BUILD_TYPE=Debug $OPENRCT2_CMAKE_OPTS .. make diff --git a/install.sh b/install.sh index 2315509266..bbf8020467 100755 --- a/install.sh +++ b/install.sh @@ -184,7 +184,7 @@ elif [[ `uname` == "Linux" ]]; then sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 cmake ;; "docker32") - docker pull janisozaur/openrct2:32bit-only + docker pull openrct2/openrct2:32bit-only ;; *) echo "unkown target $TARGET"