File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.2 -fpm
1
+ FROM php:8.3 -fpm
2
2
3
3
RUN apt-get update
4
4
RUN apt-get --yes --no-install-recommends install \
@@ -34,7 +34,7 @@ RUN docker-php-ext-install -j$(nproc) \
34
34
COPY build/php/opcache.ini /usr/local/etc/php/conf.d/
35
35
COPY build/php/custom.ini /usr/local/etc/php/conf.d/
36
36
37
- RUN pecl install xdebug-3.2.1 && docker-php-ext-enable xdebug
37
+ RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
38
38
39
39
RUN php --version
40
40
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
# Specify where the Dockerfile is located (e.g. in the root directory of the project)
11
11
context : .docker
12
12
# Specify the name of the Dockerfile for changing the PHP version
13
- dockerfile : Dockerfile-php82
13
+ dockerfile : PHP83-Dockerfile
14
14
# Modifiy Ports for every project: <outside>:<inside>
15
15
ports :
16
16
- 8200:80
You can’t perform that action at this time.
0 commit comments