File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.4 -alpine AS build-env
1+ FROM php:8.0 -alpine AS build-env
22
33LABEL owner="Giancarlos Salas"
44LABEL maintainer="giansalex@gmail.com"
@@ -17,12 +17,13 @@ COPY . .
1717RUN git apply docker/drift-kernel.patch
1818RUN git apply docker/drift-adapter.patch
1919RUN composer install --no-interaction --no-dev --optimize-autoloader --ignore-platform-reqs && \
20- composer require drift/server:^0.1.15 --ignore-platform-reqs && \
20+ composer require drift/server:^0.1.16 --ignore-platform-reqs && \
2121 composer dump-autoload --optimize --no-dev --classmap-authoritative && \
22+ composer dump-env prod --empty && \
2223 find -name "[Tt]est*" -type d -exec rm -rf {} + && \
2324 find -type f -name '*.md' -delete;
2425
25- FROM php:7.4 -alpine
26+ FROM php:8.0 -alpine
2627
2728ENV APP_ENV prod
2829ENV API_TOKEN abcxyz
You can’t perform that action at this time.
0 commit comments