Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 42202c8 commit 642d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --no-cache \
pgsql \
redis \
zip
COPY --from=composer:2.7.1 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2.7.2 /usr/bin/composer /usr/local/bin/composer

FROM base as development
# install xdebug and additional packages
Expand Down

0 comments on commit 642d749

Please sign in to comment.