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
40
40
bzip2-dev \
41
41
icu-dev \
42
42
tzdata \
43
+ libpng-dev \
44
+ libjpeg-turbo-dev \
45
+ freetype-dev \
46
+ libxslt-dev \
43
47
gcc
44
48
45
49
RUN apk add --no-cache --virtual .sys-deps \
46
50
musl-dev \
47
51
linux-headers \
48
52
augeas-dev \
49
53
libmcrypt-dev \
50
- libpng-dev \
51
- libxslt-dev \
52
54
python3-dev \
53
55
libffi-dev \
54
- freetype-dev \
55
56
sqlite-dev \
56
57
imap-dev \
57
- libjpeg-turbo-dev \
58
58
postgresql-dev \
59
59
lua-resty-core
60
60
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
10
10
### Versioning
11
11
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
12
12
| -----| -------| -----| --------| --------|
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 |
14
14
15
15
For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
16
16
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
17
17
18
18
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
19
19
| -----| -------| -----| --------| --------| ----------|
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 |
21
22
| 3.0.0 | 8.2.3 | 1.22.1 | 3.17 | 0.3.16 | upgraded php to 8.2.3 switched to packaged nginx |
22
23
23
24
These tags will be created on GitHub and as tags in docker hub.
You can’t perform that action at this time.
0 commit comments