Skip to content

Commit

Permalink
ECR: Upgrade w3-total-cache from v2.5.0 to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 23, 2024
1 parent 6e9daf6 commit 0694ad6
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 @@ -9,7 +9,7 @@ RUN pecl install memcache docker-php-ext-enable memcache


# Download and install Total Cache plugin
RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-total-cache.2.5.0.zip && \
RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-total-cache.2.7.0.zip && \
unzip w3-total-cache.zip -d /usr/src/wordpress/wp-content/plugins && \
rm w3-total-cache.zip

Expand Down

0 comments on commit 0694ad6

Please sign in to comment.