Composer 2.1.14 - Workaround for #181

pull/1/head
Jason Kendall 2022-08-08 09:36:05 -04:00
parent 5c04a38410
commit 7c8f855ef8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM composer:2.2 as composer-build
FROM composer:2.1.14 as composer-build
ARG MISP_TAG
WORKDIR /tmp
ADD https://raw.githubusercontent.com/MISP/MISP/${MISP_TAG}/app/composer.json /tmp