summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 0e0c6cea..b1a0f96b 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -49,9 +49,9 @@ RUN set -ex; \
zip \
; \
pecl install \
- APCu-5.1.10 \
- memcached-3.0.4 \
- redis-3.1.6 \
+ APCu-%%APCU_VERSION%% \
+ memcached-%%MEMCACHED_VERSION%% \
+ redis-%%REDIS_VERSION%% \
; \
docker-php-ext-enable \
apcu \