We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7370733 commit 6d60399Copy full SHA for 6d60399
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM dunglas/frankenphp:1.1-php8.3-alpine
+FROM dunglas/frankenphp:1.10-php8.5-alpine
2
3
# Install PHP extensions
4
RUN install-php-extensions \
@@ -12,14 +12,9 @@ RUN install-php-extensions \
12
pdo \
13
pdo_pgsql \
14
redis \
15
- xdebug \
+ xdebug-alpha \
16
zip
17
18
# Install Composer
19
ENV COMPOSER_ALLOW_SUPERUSER 1
20
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