mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Updated RC version
This commit is contained in:
parent
1a2c3c1551
commit
dda4f2935a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.0RC3-cli-alpine as step1
|
||||
FROM php:8.0.0RC5-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.0RC3-cli-alpine as final
|
||||
FROM php:8.0.0RC5-cli-alpine as final
|
||||
|
||||
LABEL maintainer="team@appwrite.io"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue