Update Dockerfile

Broken ref to main MISP repo
pull/155/head
Paul Goffar 2024-09-25 11:02:27 -04:00 committed by GitHub
parent beb62e4dcc
commit 9962e14b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ FROM php-base AS composer-build
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
WORKDIR /tmp
ADD https://raw.githubusercontent.com/MISP/MISP/${CORE_COMMIT:-${CORE_TAG}}/app/composer.json /tmp
ADD https://raw.githubusercontent.com/MISP/MISP/refs/heads/2.4/app/composer.json /tmp
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer config --no-interaction allow-plugins.composer/installers true
RUN composer install