From b4620a62c50f361b92945a316b01e73279176f8e Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Fri, 23 Feb 2024 22:33:11 +0900 Subject: [PATCH] ECR: Upgrade ElastiCache Memcached Cluster Client --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9b2a809..fe8375a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-t unzip w3-total-cache.zip -d /usr/src/wordpress/wp-content/plugins && \ rm w3-total-cache.zip -RUN curl -o latest-64bit -L -O https://elasticache-downloads.s3.amazonaws.com/ClusterClient/PHP-8.0/latest-64bit-arm-openssl1.1 && \ +RUN curl -o latest-64bit -L -O https://elasticache-downloads.s3.amazonaws.com/ClusterClient/PHP-8.2/latest-64bit-arm-X86-openssl3 && \ tar -zxvf latest-64bit && \ chmod o+x ./amazon-elasticache-cluster-client.so && \ chown root:root ./amazon-elasticache-cluster-client.so && \