fix(AST extension): bump version due to php 8.0 support

According to the changelog of the extension version should be bumped to support PHP 8.0

Closes 2859
This commit is contained in:
Pavel Savushkin 2021-03-12 02:00:10 +02:00
parent fd203fba04
commit 247ce67097
No known key found for this signature in database
GPG Key ID: BD2EDA3E125300DD
2 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ WORKSPACE_INSTALL_AUDIOWAVEFORM=false
WORKSPACE_INSTALL_WKHTMLTOPDF=false
WORKSPACE_INSTALL_GNU_PARALLEL=false
WORKSPACE_INSTALL_AST=true
WORKSPACE_AST_VERSION=1.0.3
WORKSPACE_AST_VERSION=1.0.10
WORKSPACE_BROWSERSYNC_HOST_PORT=3000
WORKSPACE_BROWSERSYNC_UI_HOST_PORT=3001
WORKSPACE_VUE_CLI_SERVE_HOST_PORT=8080

View File

@ -635,7 +635,7 @@ RUN if [ ${INSTALL_INOTIFY} = true ]; then \
###########################################################################
ARG INSTALL_AST=false
ARG AST_VERSION=1.0.3
ARG AST_VERSION=1.0.10
ENV AST_VERSION ${AST_VERSION}
RUN if [ ${INSTALL_AST} = true ]; then \
@ -1428,7 +1428,7 @@ RUN if [ ${INSTALL_WKHTMLTOPDF} = true ]; then \
libx11-dev \
libjpeg62 \
libxtst6 \
fontconfig \
fontconfig \
libjpeg-turbo8-dev \
xfonts-base \
xfonts-75dpi \