Skip to content

Commit

Permalink
ECR: Upgrade ElastiCache Memcached Cluster Client
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 23, 2024
1 parent 0694ad6 commit b4620a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit b4620a6

Please sign in to comment.