Dockerfile: Updates Composer version
This commit is contained in:
parent
a6625c984e
commit
e7e7b61809
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ RUN apk update \
|
|||
COPY pathfinder /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN composer self-update 1.6.3
|
||||
RUN composer self-update 2.1.8
|
||||
RUN composer install
|
||||
|
||||
FROM trafex/alpine-nginx-php7:ba1dd422
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue