Skip to content

Commit

Permalink
Merge pull request #284 from docksal/feature/version-bumps
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
lmakarov authored Apr 15, 2022
2 parents 922fd5e + 941a132 commit 0e99fb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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.25 \
COMPOSER2_VERSION=2.2.10 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=2.6.0 \
PLATFORMSH_CLI_VERSION=3.77.0 \
ACQUIA_CLI_VERSION=1.27.0 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.2
YQ_VERSION=4.24.5
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
8 changes: 4 additions & 4 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.25 \
COMPOSER2_VERSION=2.2.10 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=2.6.0 \
PLATFORMSH_CLI_VERSION=3.77.0 \
ACQUIA_CLI_VERSION=1.27.0 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.2
YQ_VERSION=4.24.5
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
8 changes: 4 additions & 4 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.25 \
COMPOSER2_VERSION=2.2.10 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
DRUSH_LAUNCHER_VERSION=0.10.1 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.6.0 \
BLACKFIRE_VERSION=2.6.0 \
PLATFORMSH_CLI_VERSION=3.77.0 \
ACQUIA_CLI_VERSION=1.27.0 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.2
YQ_VERSION=4.24.5
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 0e99fb5

Please sign in to comment.