Skip to content

Commit 6d60399

Browse files
committed
Bump php to 8.5
1 parent 7370733 commit 6d60399

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dunglas/frankenphp:1.1-php8.3-alpine
1+
FROM dunglas/frankenphp:1.10-php8.5-alpine
22

33
# Install PHP extensions
44
RUN install-php-extensions \
@@ -12,14 +12,9 @@ RUN install-php-extensions \
1212
pdo \
1313
pdo_pgsql \
1414
redis \
15-
xdebug \
15+
xdebug-alpha \
1616
zip
1717

1818
# Install Composer
1919
ENV COMPOSER_ALLOW_SUPERUSER 1
2020
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
21-
22-
# Install Dockerize
23-
ENV DOCKERIZE_VERSION v0.7.0
24-
RUN curl -SL https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
25-
| tar xzC /usr/local/bin

0 commit comments

Comments
 (0)