Skip to content

Commit

Permalink
chore(deps): update composer digest to 9e610c7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 31, 2022
1 parent c2ea529 commit defa12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN set -eux; \
###> recipes ###
###< recipes ###

COPY --from=composer:2.2@sha256:d083592d0cf5dd3f66d754ead30c1345291e4bfb2ac0efcc2e8a32988d7d8876 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.2@sha256:9e610c78096c7fc4f6c2cab760c43eec62e28f083d2948eb8f281b7f89f13fc6 /usr/bin/composer /usr/bin/composer

# Copy development php.ini
RUN cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
- ./print/print.env

composer:
image: composer:2@sha256:d083592d0cf5dd3f66d754ead30c1345291e4bfb2ac0efcc2e8a32988d7d8876
image: composer:2@sha256:9e610c78096c7fc4f6c2cab760c43eec62e28f083d2948eb8f281b7f89f13fc6
container_name: 'ecamp3-composer'
restart: 'no'
command: bash -c "composer install --no-interaction --no-plugins --no-scripts --prefer-dist"
Expand Down

0 comments on commit defa12c

Please sign in to comment.