Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker-hub/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# composer stage
FROM composer:2@sha256:97ca3398b5f320babe8ae7fe931c6248cac42ca04919cd9b54986263819ba6a7 AS composer-stage
FROM composer:2@sha256:e1065351e7ecae54c4cceb4035b5339f0301c7f22988ea8a7ee9a2605416a5c3 AS composer-stage
WORKDIR /app
ENV env=prod
COPY backend/composer.* ./
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
- ./print/print.env

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