mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Updated Redis client
This commit is contained in:
parent
465c20ce09
commit
cc1ffb5a34
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:19.10 AS builder
|
FROM ubuntu:18.04 AS builder
|
||||||
|
|
||||||
LABEL maintainer="team@appwrite.io"
|
LABEL maintainer="team@appwrite.io"
|
||||||
|
|
||||||
|
|
@ -7,7 +7,7 @@ ARG TESTING=false
|
||||||
ENV TZ=Asia/Tel_Aviv \
|
ENV TZ=Asia/Tel_Aviv \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
PHP_VERSION=7.4 \
|
PHP_VERSION=7.4 \
|
||||||
PHP_REDIS_VERSION=3.1.2
|
PHP_REDIS_VERSION=5.2.1
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
@ -72,7 +72,7 @@ ENV TZ=Asia/Tel_Aviv \
|
||||||
#ENV _APP_SMTP_USERNAME ''
|
#ENV _APP_SMTP_USERNAME ''
|
||||||
#ENV _APP_SMTP_PASSWORD ''
|
#ENV _APP_SMTP_PASSWORD ''
|
||||||
|
|
||||||
COPY --from=builder /phpredis-3.1.2/modules/redis.so /usr/lib/php/20190902/
|
COPY --from=builder /phpredis-5.2.1/modules/redis.so /usr/lib/php/20190902/
|
||||||
|
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue