Commit 07c2a31a authored by Tobias Munk's avatar Tobias Munk

updated minimum asset plugin version

parent 72aceaa1
Pipeline #20747 passed with stages
in 4 minutes and 34 seconds
......@@ -53,7 +53,7 @@ RUN npm install -g less lesshint google-closure-compiler
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.0 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.3.0 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
PATH=/app:/app/vendor/bin:/root/.composer/vendor/bin:$PATH \
TERM=linux \
......
......@@ -75,7 +75,7 @@ RUN npm install -g \
# Configure version constraints
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.2 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.3.0 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
PATH=/app:/app/vendor/bin:/root/.composer/vendor/bin:$PATH \
TERM=linux \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment