Skip to content

Commit

Permalink
v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed May 20, 2021
1 parent 2461323 commit 9dfa57b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions images/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN echo "deb http://ftp.debian.org/debian $(sed -n 's/^VERSION=.*(\(.*\)).*/\1/
python-certbot-apache \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& pecl install imagick \
# TODO: uncomment this when imagick supports php8
# && pecl install imagick \
&& pecl install redis \
&& docker-php-ext-install \
bcmath \
Expand All @@ -38,7 +39,8 @@ RUN echo "deb http://ftp.debian.org/debian $(sed -n 's/^VERSION=.*(\(.*\)).*/\1/
opcache \
soap \
zip \
&& docker-php-ext-enable imagick \
# TODO: uncomment this when imagick supports php8
# && docker-php-ext-enable imagick \
&& docker-php-ext-enable redis \
&& { \
echo 'memory_limit = 512M'; \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visiblevc-wordpress",
"version": "0.25.4",
"version": "0.26.0",
"description": "A slightly less shitty wordpress development workflow",
"main": "index.js",
"repository": "https://github.com/visiblevc/wordpress-starter.git",
Expand Down

0 comments on commit 9dfa57b

Please sign in to comment.