Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Nov 8, 2024
1 parent 2ee6554 commit 05f6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM setup-web-server AS create-application
WORKDIR /app/
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

RUN composer create-project laravel/laravel:^10.0 laravel-application
RUN composer create-project laravel/laravel:^11.0 laravel-application

COPY configs/core/composer.json /app/laravel-application
COPY configs/core/config/ /app/laravel-application/config/
Expand Down

0 comments on commit 05f6ec2

Please sign in to comment.