Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat-redis-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jun 30, 2024
2 parents ea1392d + b7be908 commit 2bd2a7a
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 186 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.php-8.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.1-cli-alpine as final
FROM appwrite/utopia-base:php-8.1-0.1.0 as final

LABEL maintainer="team@appwrite.io"

Expand Down Expand Up @@ -41,4 +41,4 @@ COPY ./src /code/src
COPY ./phpunit.xml /code/phpunit.xml
COPY ./phpbench.json /code/phpbench.json

CMD [ "tail", "-f", "/dev/null" ]
CMD [ "tail", "-f", "/dev/null" ]
4 changes: 2 additions & 2 deletions Dockerfile.php-8.2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.2-cli-alpine as final
FROM appwrite/utopia-base:php-8.2-0.1.0 as final

LABEL maintainer="team@appwrite.io"

Expand Down Expand Up @@ -42,4 +42,4 @@ COPY ./src /code/src
COPY ./phpunit.xml /code/phpunit.xml
COPY ./phpbench.json /code/phpbench.json

CMD [ "tail", "-f", "/dev/null" ]
CMD [ "tail", "-f", "/dev/null" ]
4 changes: 2 additions & 2 deletions Dockerfile.php-8.3
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.3-cli-alpine as final
FROM appwrite/utopia-base:php-8.3-0.1.0 as final

LABEL maintainer="team@appwrite.io"

Expand Down Expand Up @@ -42,4 +42,4 @@ COPY ./src /code/src
COPY ./phpunit.xml /code/phpunit.xml
COPY ./phpbench.json /code/phpbench.json

CMD [ "tail", "-f", "/dev/null" ]
CMD [ "tail", "-f", "/dev/null" ]
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-pdo": "*",
"ext-curl": "*",
"ext-redis": "*",
"utopia-php/database": "0.49.*"
"utopia-php/database": "0.50.*"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
Expand Down
Loading

0 comments on commit 2bd2a7a

Please sign in to comment.