File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
HOME=/home/user \
53
53
NODEJS_VERSION="16" \
54
54
PYTHON_VERSION="3.9" \
55
- PHP_VERSION="7.3 " \
55
+ PHP_VERSION="8.0 " \
56
56
XDEBUG_VERSION="3.1.6"
57
57
LD_LIBRARY_PATH="/usr/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \
58
58
CPATH="/usr/include${CPATH:+:${CPATH}}" \
@@ -268,7 +268,7 @@ RUN \
268
268
xdebug.client_port = 9000\n \
269
269
xdebug.mode = debug\n \
270
270
xdebug.start_with_request = yes\n \
271
- xdebug.remote_log =/tmp/xdebug.log" > /etc/php.ini && \
271
+ xdebug.log =/tmp/xdebug.log" > /etc/php.ini && \
272
272
# set up httpd
273
273
sed -i 's/opt\/ app-root\/ src/projects/' /etc/httpd/conf/httpd.conf && \
274
274
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM ubi8-minimal:latest
16
16
USER root
17
17
ENV \
18
18
HOME=/home/user \
19
- PHP_VERSION="7.4 " \
19
+ PHP_VERSION="8.0 " \
20
20
XDEBUG_VERSION="3.1.6"
21
21
22
22
RUN \
44
44
xdebug.client_port = 9000\n \
45
45
xdebug.mode = debug\n \
46
46
xdebug.start_with_request = yes\n \
47
- xdebug.remote_log =/tmp/xdebug.log" > /etc/php.ini && \
47
+ xdebug.log =/tmp/xdebug.log" > /etc/php.ini && \
48
48
# set up httpd
49
49
sed -i 's/opt\/ app-root\/ src/projects/' /etc/httpd/conf/httpd.conf && \
50
50
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \
You can’t perform that action at this time.
0 commit comments