Skip to content

Commit

Permalink
Merge branch 'renovate/composer-2.7.x' into 'master'
Browse files Browse the repository at this point in the history
🔼 Updates composer Docker tag to v2.7.4

See merge request pipeline-components/php-security-checker!155
  • Loading branch information
Pipeline Components Bot committed Apr 24, 2024
2 parents 19c949f + 5d3da08 commit ae9c2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.7.2 as composer
FROM composer:2.7.4 as composer

FROM php:8.3.0-alpine3.17 as build
COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit ae9c2e4

Please sign in to comment.