File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,10 @@ RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk
39
39
libzip-dev \
40
40
bzip2-dev \
41
41
icu-dev \
42
- gcc && \
43
- apk add --no-cache --virtual .sys-deps \
42
+ tzdata \
43
+ gcc
44
+
45
+ RUN apk add --no-cache --virtual .sys-deps \
44
46
musl-dev \
45
47
linux-headers \
46
48
augeas-dev \
Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ The latest tag will always follow the master branch in git. the other versions w
20
20
| 3.0.1 | 8.2.3 | 1.22.1 | 3.17 | 0.3.16 | no cache typo fixed |
21
21
| 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
22
23
+ These tags will be created on GitHub and as tags in docker hub.
24
+
25
+ ### Unmaintained tags:
26
+
23
27
#### PHP 8.1.x
24
28
25
29
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
26
30
| -----| -------| -----| --------| --------| ----------|
27
- | 2.2.1 | 8.1.12 | 1.22.1 | 3.16 | 0.3.16 | nginx upgraded to 1.22.1 php to 8.1.12 |
28
31
| 2.1.4 | 8.1.9 | 1.21.6 | 3.16 | 0.3.16 | nginx upgraded to 1.22.0 |
29
32
| 2.1.3 | 8.1.6 | 1.22.0 | 3.15 | 0.3.16 | nginx upgraded to 1.22.0 |
30
33
| 2.1.2 | 8.1.6 | 1.21.6 | 3.15 | 0.3.16 | mod lua upgraded to 0.10.17 |
@@ -39,10 +42,6 @@ The latest tag will always follow the master branch in git. the other versions w
39
42
| 2.0.1 | 8.1.3 | 1.21.6 | 3.15 | 0.3.14 | upgrade to PHP 8.1.3 |
40
43
| 2.0.0 | 8.1.2 | 1.21.6 | 3.15 | 0.3.14 | upgrade to PHP 8 |
41
44
42
- These tags will be created on GitHub and as tags in docker hub.
43
-
44
- ### Unmaintained tags:
45
-
46
45
#### PHP 7.4
47
46
48
47
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ if [ -f /etc/nginx/sites-available/default-ssl.conf ]; then
134
134
fi
135
135
136
136
# Set the desired timezone
137
- echo date.timezone=$( cat /etc/TZ ) > /usr/local/etc/php/conf.d/timezone.ini
137
+ echo date.timezone=Europe/London > /usr/local/etc/php/conf.d/timezone.ini
138
138
139
139
# Display errors in docker logs
140
140
if [ ! -z " $PHP_ERRORS_STDERR " ]; then
You can’t perform that action at this time.
0 commit comments