Skip to content

Commit

Permalink
Merge pull request coolacid#142 from Kagee/patch-2
Browse files Browse the repository at this point in the history
Upgrade Composer to 2.1, MISP codebase uses 2.0.9
  • Loading branch information
coolacid authored Oct 19, 2021
2 parents 2f7d492 + 5bb1b9d commit 123d752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:1.9 as composer-build
FROM composer:2.1 as composer-build
ARG MISP_TAG
WORKDIR /tmp
ADD https://raw.githubusercontent.com/MISP/MISP/${MISP_TAG}/app/composer.json /tmp
Expand Down

0 comments on commit 123d752

Please sign in to comment.