Skip to content

Commit

Permalink
Feature/version bumps (#263)
Browse files Browse the repository at this point in the history
* updates composer v1.10.25
* updates composer2 v.2.6
* updates yq v4.20.1
* updates drush version 8.4.8 => 8.4.10
* updates drush launcher v0.10.1
* updates wp cli 2.5.0 => 2.6.0
* updates acquia cli v1.22.0
* updates terminus v3.0.6
* updates platformsh-cli v3.76.2
  • Loading branch information
shelane committed Feb 20, 2022
1 parent c7dc7c1 commit a2e87f0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ RUN set -xe; \

# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.24 \
COMPOSER2_VERSION=2.2.2 \
DRUSH_VERSION=8.4.8 \
DRUSH_LAUNCHER_VERSION=0.9.3 \
COMPOSER_VERSION=1.10.25 \
COMPOSER2_VERSION=2.2.6 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.5.0 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=1.49.3 \
PLATFORMSH_CLI_VERSION=3.73.2 \
ACQUIA_CLI_VERSION=1.20.0 \
TERMINUS_VERSION=3.0.1 \
PLATFORMSH_CLI_VERSION=3.76.2 \
ACQUIA_CLI_VERSION=1.22.0 \
TERMINUS_VERSION=3.0.6 \
JQ_VERSION=1.6 \
YQ_VERSION=4.16.2
YQ_VERSION=4.20.1
RUN set -xe; \
# Composer 1.x
curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Expand Down
18 changes: 9 additions & 9 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ RUN set -xe; \

# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.24 \
COMPOSER2_VERSION=2.2.2 \
DRUSH_VERSION=8.4.8 \
DRUSH_LAUNCHER_VERSION=0.9.3 \
COMPOSER_VERSION=1.10.25 \
COMPOSER2_VERSION=2.2.6 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.5.0 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=1.49.3 \
PLATFORMSH_CLI_VERSION=3.73.2 \
ACQUIA_CLI_VERSION=1.20.0 \
TERMINUS_VERSION=3.0.1 \
PLATFORMSH_CLI_VERSION=3.76.2 \
ACQUIA_CLI_VERSION=1.22.0 \
TERMINUS_VERSION=3.0.6 \
JQ_VERSION=1.6 \
YQ_VERSION=4.16.2
YQ_VERSION=4.20.1
RUN set -xe; \
# Composer 1.x
curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Expand Down
18 changes: 9 additions & 9 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ RUN set -xe; \

# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.24 \
COMPOSER2_VERSION=2.2.2 \
DRUSH_VERSION=8.4.8 \
DRUSH_LAUNCHER_VERSION=0.9.3 \
COMPOSER_VERSION=1.10.25 \
COMPOSER2_VERSION=2.2.6 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.5.0 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=1.49.3 \
PLATFORMSH_CLI_VERSION=3.73.2 \
ACQUIA_CLI_VERSION=1.20.0 \
TERMINUS_VERSION=3.0.1 \
PLATFORMSH_CLI_VERSION=3.76.2 \
ACQUIA_CLI_VERSION=1.22.0 \
TERMINUS_VERSION=3.0.6 \
JQ_VERSION=1.6 \
YQ_VERSION=4.16.2
YQ_VERSION=4.20.1
RUN set -xe; \
# Composer 1.x
curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Expand Down

0 comments on commit a2e87f0

Please sign in to comment.