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 0c1b100 commit ca5690cCopy full SHA for ca5690c
app/config/version.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-return '4.1';
+return '4.2';
dockerfile
@@ -22,6 +22,7 @@ WORKDIR /var/www/html
22
# Install system dependencies
23
RUN apt-get update \
24
&& apt-get install -y \
25
+ build-essential \
26
libpng-dev \
27
libjpeg-dev \
28
libonig-dev \
0 commit comments