Skip to content

Commit 6aa99ef

Browse files
committed
Use strict composer version to help dependabot do his job
Signed-off-by: Witold Wasiczko <[email protected]>
1 parent a00c016 commit 6aa99ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
FROM composer:2 AS composer
2-
31
FROM ubuntu:focal
42

53
LABEL "repository"="http://github.com/laminas/laminas-continuous-integration-action"
@@ -47,7 +45,7 @@ RUN mkdir -p /etc/laminas-ci/problem-matcher \
4745

4846
COPY etc/markdownlint.json /etc/laminas-ci/markdownlint.json
4947

50-
COPY --from=composer /usr/bin/composer /usr/bin/composer
48+
COPY --from=composer:2.2.4 /usr/bin/composer /usr/bin/composer
5149

5250
RUN mkdir -p /usr/local/share/composer \
5351
&& composer global require staabm/annotate-pull-request-from-checkstyle \

0 commit comments

Comments
 (0)