We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173942c commit b518b2eCopy full SHA for b518b2e
Dockerfile
@@ -1,5 +1,5 @@
1
#ARG BASE_TAG=5.0.3-php8.2-alpine
2
-ARG BASE_TAG=5.1-php8.3-alpine
+ARG BASE_TAG=6.0-php8.4-alpine
3
#php8.2-alpine -> = 5.1 swoole = alpine 3.19 = php 8.2 rc 18 with psql bug
4
5
# https://hub.docker.com/r/phpswoole/swoole
@@ -28,7 +28,8 @@ RUN set -ex \
28
imagemagick && \
29
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
30
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
31
- rm /var/cache/apk/* && rm -rf /tmp/pear
+ apk del autoconf && \
32
+ rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
33
34
# Configure nginx
35
COPY config/nginx.conf /etc/nginx/nginx.conf
0 commit comments