Dockerfile: Updates Composer version

This commit is contained in:
soneill 2021-09-18 16:31:22 +12:00
parent a6625c984e
commit e7e7b61809
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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