Skip to content

Commit

Permalink
Update composer to LTS since 2.0 is PHP 8.0 which doesn't work with SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Feb 5, 2025
1 parent bf46a6f commit 6c06823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM postgres:alpine3.18 AS nhost-db
COPY tests/Migration/resources/nhost/1_globals.sql /docker-entrypoint-initdb.d/1_globals.sql
COPY tests/Migration/resources/nhost/2_main.sql /docker-entrypoint-initdb.d/2_main.sql

FROM composer:2.0 AS composer
FROM composer:lts AS composer

COPY composer.json /app
COPY composer.lock /app
Expand Down

0 comments on commit 6c06823

Please sign in to comment.