mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Upgraded to RC3
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ RUN composer update --ignore-platform-reqs --optimize-autoloader \
|
||||
--no-plugins --no-scripts --prefer-dist \
|
||||
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
|
||||
|
||||
FROM php:8.0.0RC2-cli-alpine as step1
|
||||
FROM php:8.0.0RC3-cli-alpine as step1
|
||||
|
||||
ENV PHP_REDIS_VERSION=5.3.2 \
|
||||
PHP_SWOOLE_VERSION=v4.5.6 \
|
||||
@@ -80,7 +80,7 @@ RUN \
|
||||
make && make install && \
|
||||
cd ../..
|
||||
|
||||
FROM php:8.0.0RC2-cli-alpine as final
|
||||
FROM php:8.0.0RC3-cli-alpine as final
|
||||
|
||||
LABEL maintainer="team@appwrite.io"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user