File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM composer:2.0 AS step0
1+ FROM composer:2.8 AS step0
22
33
44ARG TESTING=true
@@ -13,7 +13,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1313 --no-plugins --no-scripts --prefer-dist \
1414 `if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1515
16- FROM php:8.1 -cli-alpine as final
16+ FROM php:8.3 -cli-alpine AS final
1717LABEL maintainer="team@appwrite.io"
1818
1919ENV DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change 1- FROM composer:2.0 AS step0
1+ FROM composer:2.8 AS step0
22
33ARG TESTING=true
44ARG DEBUG=false
@@ -14,7 +14,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1414 --no-plugins --no-scripts --prefer-dist \
1515 `if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1616
17- FROM appwrite/base:0.9.0 as final
17+ FROM appwrite/base:0.11.3 AS final
1818
1919ARG TESTING=true
2020ARG DEBUG=false
Original file line number Diff line number Diff line change 1- FROM composer:2.0 AS step0
1+ FROM composer:2.8 AS step0
22
33ARG TESTING=true
44ARG DEBUG=false
@@ -14,7 +14,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1414 --no-plugins --no-scripts --prefer-dist \
1515 `if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1616
17- FROM appwrite/base:0.9.0 as final
17+ FROM appwrite/base:0.11.3 AS final
1818
1919ARG TESTING=true
2020ARG DEBUG=false
You can’t perform that action at this time.
0 commit comments