Skip to content

Commit 8741815

Browse files
authored
[php] Slim pgsql update to Adapterman/0.7 (#10007)
1 parent bdf4a68 commit 8741815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/slim/slim-workerman-pgsql.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --link . .
2323
EXPOSE 8080
2424

2525
RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --quiet
26-
RUN composer require joanhey/adapterman:^0.6 --quiet
26+
RUN composer require joanhey/adapterman:^0.7 --quiet
2727

2828
RUN sed -i 's|/index.php|/start.php|g' server.php
2929

0 commit comments

Comments
 (0)