diff --git a/Dockerfile b/Dockerfile index a8ecf3568..09e116fbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:24.04 LABEL maintainer="Brady Wetherington " # No need to add `apt-get clean` here, reference: -# - https://github.com/snipe/snipe-it/pull/9201 +# - https://github.com/grokability/snipe-it/pull/9201 # - https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get RUN export DEBIAN_FRONTEND=noninteractive; \ diff --git a/Dockerfile.fpm-alpine b/Dockerfile.fpm-alpine index b7fb27298..0b8967226 100644 --- a/Dockerfile.fpm-alpine +++ b/Dockerfile.fpm-alpine @@ -70,7 +70,7 @@ COPY --from=composer /usr/bin/composer /usr/local/bin ARG COMPOSER_ALLOW_SUPERUSER=1 RUN set -eux; \ # Download and extract snipeit tarball - curl -o snipeit.tar.gz -fL "https://github.com/snipe/snipe-it/archive/v$SNIPEIT_RELEASE.tar.gz"; \ + curl -o snipeit.tar.gz -fL "https://github.com/grokability/snipe-it/archive/v$SNIPEIT_RELEASE.tar.gz"; \ tar -xzf snipeit.tar.gz --strip-components=1 -C /var/www/html/; \ rm snipeit.tar.gz; \ # Install composer php dependencies diff --git a/docker/startup.sh b/docker/startup.sh index 2f6be7b0f..2aabb3ca8 100644 --- a/docker/startup.sh +++ b/docker/startup.sh @@ -59,7 +59,7 @@ fi # create data directories # Note: Keep in sync with expected directories by the app -# https://github.com/snipe/snipe-it/blob/master/app/Console/Commands/RestoreFromBackup.php#L232 +# https://github.com/grokability/snipe-it/blob/master/app/Console/Commands/RestoreFromBackup.php#L232 for dir in \ 'data/private_uploads' \ 'data/private_uploads/assets' \