From fb62e7aa9c79d24fbcc162cc1b1e8b3d82e74a5f Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 31 May 2018 23:22:42 -0400 Subject: [PATCH] Update pups repo to correct .git URL (#393) --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index a21b5dc..4b3b3a5 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -72,7 +72,7 @@ RUN gem update --system RUN gem install bundler --force &&\ rm -rf /usr/local/share/ri/2.4.4/system &&\ - cd / && git clone https://github.com/SamSaffron/pups.git + cd / && git clone https://github.com/discourse/pups.git ADD install-imagemagick /tmp/install-imagemagick RUN /tmp/install-imagemagick -- 2.25.1