]> jfr.im git - uguu.git/commitdiff
Update 'docker/Dockerfile'
authorGo Johansson <redacted>
Sun, 17 Apr 2022 10:43:11 +0000 (10:43 +0000)
committerGo Johansson <redacted>
Sun, 17 Apr 2022 10:43:11 +0000 (10:43 +0000)
docker/Dockerfile

index fe8724e7c7cb32584935fef7e002c6757abc2368..26349284f344db68f37403f98244bc13ceb00f3c 100644 (file)
@@ -12,7 +12,7 @@ WORKDIR  /var/www/
 
 COPY docker/docker-entrypoint.sh .
 
-ADD https://github.com/nokonoko/Uguu/archive/refs/tags/v${VERSION}.tar.gz v${VERSION}.tar.gz
+ADD https://git.pomf.se/Pomf/uguu/archive/v${VERSION}.tar.gz v${VERSION}.tar.gz
 
 RUN tar xvf v${VERSION}.tar.gz && \
     mv Uguu-${VERSION}/ uguu