File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ARG BASE_TAG=php8.2 -alpine
1
+ ARG BASE_TAG=php8.3 -alpine
2
2
3
3
# https://hub.docker.com/r/phpswoole/swoole
4
4
FROM phpswoole/swoole:$BASE_TAG
@@ -19,11 +19,12 @@ RUN set -ex \
19
19
jpeg-dev \
20
20
libpng-dev \
21
21
libjpeg-turbo \
22
+ libzip-dev \
22
23
freetype-dev \
23
24
imagemagick-dev \
24
25
imagemagick && \
25
26
docker-php-ext-configure gd --with-freetype --with-jpeg && \
26
- docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif intl && \
27
+ docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
27
28
rm /var/cache/apk/* && rm -rf /tmp/pear
28
29
29
30
Original file line number Diff line number Diff line change 12
12
default_type application/octet-stream;
13
13
14
14
# Define custom log format to include reponse times
15
- log_format main_timed '$remote_addr - $remote_user [$time_local ] "$request " '
15
+ log_format main_timed '[ $request_id ] [$time_local ] "$request " '
16
16
'$status $body_bytes_sent "$http_referer " '
17
17
'"$http_user_agent " "$http_x_forwarded_for " '
18
18
'$request_time $upstream_response_time $pipe $upstream_cache_status ' ;
You can’t perform that action at this time.
0 commit comments