diff --git a/httpd-php.Dockerfile b/httpd-php.Dockerfile index e40d1a3..a0b7d78 100644 --- a/httpd-php.Dockerfile +++ b/httpd-php.Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer ARG CHEVERETO_SOFTWARE=chevereto -ARG CHEVERETO_TAG=3.20.6 +ARG CHEVERETO_TAG=3.20.7 ARG CHEVERETO_INSTALLER_TAG=2.2.3 ARG CHEVERETO_SERVICING=docker ARG CHEVERETO_LICENSE @@ -91,4 +91,4 @@ VOLUME /var/www/html/importing/parse-users COPY --chown=www-data:www-data chevereto/ /var/www/html COPY chevereto.sh /chevereto.sh -RUN chmod +x /chevereto.sh && /chevereto.sh \ No newline at end of file +RUN chmod +x /chevereto.sh && /chevereto.sh