Skip to content

Commit

Permalink
Merge pull request #323 from docksal/feature/version-bumps
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
lmakarov committed Aug 24, 2024
2 parents ae8d449 + 8b10acc commit 970fb05
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.7.2 \
COMPOSER2_VERSION=2.7.8 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.10.0 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.18.0 \
ACQUIA_CLI_VERSION=2.25.0 \
TERMINUS_VERSION=3.3.5 \
PLATFORMSH_CLI_VERSION=4.20.3 \
ACQUIA_CLI_VERSION=2.29.0 \
TERMINUS_VERSION=3.5.2 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.43.1
YQ_VERSION=4.44.3
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 Expand Up @@ -325,8 +325,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil

# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.12.2 \
NVM_VERSION=0.40.0 \
NODE_VERSION=20.16.0 \
# Yarn (Classic v1)
# https://github.com/yarnpkg/yarn/releases
YARN_VERSION=1.22.22
Expand Down
16 changes: 8 additions & 8 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.7.2 \
COMPOSER2_VERSION=2.7.8 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.10.0 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.18.0 \
ACQUIA_CLI_VERSION=2.25.0 \
TERMINUS_VERSION=3.3.5 \
PLATFORMSH_CLI_VERSION=4.20.3 \
ACQUIA_CLI_VERSION=2.29.0 \
TERMINUS_VERSION=3.5.2 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.43.1
YQ_VERSION=4.44.3
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 Expand Up @@ -326,8 +326,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil

# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.12.2 \
NVM_VERSION=0.40.0 \
NODE_VERSION=20.16.0 \
# Yarn (Classic v1)
# https://github.com/yarnpkg/yarn/releases
YARN_VERSION=1.22.22
Expand Down
16 changes: 8 additions & 8 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,16 @@ RUN set -xe; \
ENV \
COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.27 \
COMPOSER2_VERSION=2.7.2 \
COMPOSER2_VERSION=2.7.8 \
DRUSH_VERSION=8.4.12 \
DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \
WPCLI_VERSION=2.10.0 \
WPCLI_VERSION=2.11.0 \
# platformsh/legacy-cli
PLATFORMSH_CLI_VERSION=4.18.0 \
ACQUIA_CLI_VERSION=2.25.0 \
TERMINUS_VERSION=3.3.5 \
PLATFORMSH_CLI_VERSION=4.20.3 \
ACQUIA_CLI_VERSION=2.29.0 \
TERMINUS_VERSION=3.5.2 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.43.1
YQ_VERSION=4.44.3
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 Expand Up @@ -335,8 +335,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil

# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.12.2 \
NVM_VERSION=0.40.0 \
NODE_VERSION=20.16.0 \
# Yarn (Classic v1)
# https://github.com/yarnpkg/yarn/releases
YARN_VERSION=1.22.22
Expand Down

0 comments on commit 970fb05

Please sign in to comment.