File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,21 @@ RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk
4040 bzip2-dev \
4141 icu-dev \
4242 tzdata \
43+ libpng-dev \
44+ libjpeg-turbo-dev \
45+ freetype-dev \
46+ libxslt-dev \
4347 gcc
4448
4549RUN apk add --no-cache --virtual .sys-deps \
4650 musl-dev \
4751 linux-headers \
4852 augeas-dev \
4953 libmcrypt-dev \
50- libpng-dev \
51- libxslt-dev \
5254 python3-dev \
5355 libffi-dev \
54- freetype-dev \
5556 sqlite-dev \
5657 imap-dev \
57- libjpeg-turbo-dev \
5858 postgresql-dev \
5959 lua-resty-core
6060
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
1010### Versioning
1111| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1212| -----| -------| -----| --------| --------|
13- | latest/3.0.1 | Master Branch | 1.22.1 | 8.2.3 | 3.17 |
13+ | latest/3.0.2 | Master Branch | 1.22.1 | 8.2.3 | 3.17 |
1414
1515For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
1616
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ The latest tag will always follow the master branch in git. the other versions w
1717
1818| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919| -----| -------| -----| --------| --------| ----------|
20- | 3.0.1 | 8.2.3 | 1.22.1 | 3.17 | 0.3.16 | no cache typo fixed |
20+ | 3.0.2 | 8.2.3 | 1.22.1 | 3.17 | 0.3.17 | fixed gd2 and xsl errors |
21+ | 3.0.1 | 8.2.3 | 1.22.1 | 3.17 | 0.3.17 | no cache typo fixed + TZ fixed in scripts |
2122| 3.0.0 | 8.2.3 | 1.22.1 | 3.17 | 0.3.16 | upgraded php to 8.2.3 switched to packaged nginx |
2223
2324These tags will be created on GitHub and as tags in docker hub.
You can’t perform that action at this time.
0 commit comments