Skip to content

Commit b518b2e

Browse files
authored
Update Dockerfile
php 8.4 + swoole 6
1 parent 173942c commit b518b2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ARG BASE_TAG=5.0.3-php8.2-alpine
2-
ARG BASE_TAG=5.1-php8.3-alpine
2+
ARG BASE_TAG=6.0-php8.4-alpine
33
#php8.2-alpine -> = 5.1 swoole = alpine 3.19 = php 8.2 rc 18 with psql bug
44

55
# https://hub.docker.com/r/phpswoole/swoole
@@ -28,7 +28,8 @@ RUN set -ex \
2828
imagemagick && \
2929
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
3030
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
31-
rm /var/cache/apk/* && rm -rf /tmp/pear
31+
apk del autoconf && \
32+
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
3233

3334
# Configure nginx
3435
COPY config/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)