Skip to content

Commit 36e00be

Browse files
committed
Merge branch 'hotfix/1.3.7'
2 parents 2d0fb74 + 8c67f8e commit 36e00be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased](https://github.com/chrisnharvey/magicLAMP/compare/master...develop)
44

5+
## v1.3.7
6+
7+
### Fixed
8+
9+
- GD library in PHP 7.4 now supports png and webp images
10+
511
## v1.3.6
612

713
### Improved

containers/php74/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:7.4-fpm
33
RUN apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -qq libpq-dev libmagickwand-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev libzip-dev nghttp2 libhiredis-dev libmemcached-dev pkg-config zlib1g-dev && \
55
docker-php-ext-install -j$(nproc) iconv && \
6-
docker-php-ext-configure gd && \
6+
docker-php-ext-configure gd --with-webp --with-jpeg && \
77
docker-php-ext-install -j$(nproc) gd && \
88
docker-php-ext-install mysqli pdo pdo_mysql pdo_pgsql zip bcmath && \
99
pecl install imagick && \

0 commit comments

Comments
 (0)