Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bumps #329

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
10 changes: 5 additions & 5 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.8.1 \
COMPOSER2_VERSION=2.8.4 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.21.0 \
ACQUIA_CLI_VERSION=2.31.0 \
TERMINUS_VERSION=3.6.0 \
PLATFORMSH_CLI_VERSION=4.22.0 \
ACQUIA_CLI_VERSION=2.35.1 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.3
YQ_VERSION=4.44.6
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
10 changes: 5 additions & 5 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.8.1 \
COMPOSER2_VERSION=2.8.4 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.21.0 \
ACQUIA_CLI_VERSION=2.31.0 \
TERMINUS_VERSION=3.6.0 \
PLATFORMSH_CLI_VERSION=4.22.0 \
ACQUIA_CLI_VERSION=2.35.1 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.3
YQ_VERSION=4.44.6
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
10 changes: 5 additions & 5 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.8.1 \
COMPOSER2_VERSION=2.8.4 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.21.0 \
ACQUIA_CLI_VERSION=2.31.0 \
TERMINUS_VERSION=3.6.0 \
PLATFORMSH_CLI_VERSION=4.22.0 \
ACQUIA_CLI_VERSION=2.35.1 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.3
YQ_VERSION=4.44.6
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
Loading