Skip to content

Commit

Permalink
Merge pull request #288 from docksal/feature/version-bumps-2
Browse files Browse the repository at this point in the history
Updated versions of packages
  • Loading branch information
lmakarov committed Jul 29, 2022
2 parents d7afcac + f6e2214 commit a9391e8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@ RUN set -xe; \
# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
COMPOSER2_VERSION=2.3.10 \
DRUSH_VERSION=8.4.11 \
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.30.0 \
BLACKFIRE_VERSION=2.10.0 \
PLATFORMSH_CLI_VERSION=3.80.3 \
ACQUIA_CLI_VERSION=1.30.1 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.5
YQ_VERSION=4.26.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 Expand Up @@ -345,7 +345,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.1 \
NODE_VERSION=16.14.0 \
NODE_VERSION=16.16.0 \
YARN_VERSION=1.22.17
# Don't use -x here, as the output may be excessive
RUN set -e; \
Expand Down Expand Up @@ -510,9 +510,9 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.2.0 \
VSCODE_GITLENS_VERSION=12.0.5 \
VSCODE_XDEBUG_VERSION=1.25.0 \
CODE_SERVER_VERSION=4.5.1 \
VSCODE_GITLENS_VERSION=12.1.2 \
VSCODE_XDEBUG_VERSION=1.27.0 \
VSCODE_HOME="${HOME}/code-server"

# Install code-server
Expand Down
20 changes: 10 additions & 10 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@ RUN set -xe; \
# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
COMPOSER2_VERSION=2.3.10 \
DRUSH_VERSION=8.4.11 \
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.30.0 \
BLACKFIRE_VERSION=2.10.0 \
PLATFORMSH_CLI_VERSION=3.80.3 \
ACQUIA_CLI_VERSION=2.1.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.5
YQ_VERSION=4.26.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 Expand Up @@ -345,7 +345,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.1 \
NODE_VERSION=16.14.0 \
NODE_VERSION=16.16.0 \
YARN_VERSION=1.22.17
# Don't use -x here, as the output may be excessive
RUN set -e; \
Expand Down Expand Up @@ -510,9 +510,9 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.2.0 \
VSCODE_GITLENS_VERSION=12.0.5 \
VSCODE_XDEBUG_VERSION=1.25.0 \
CODE_SERVER_VERSION=4.5.1 \
VSCODE_GITLENS_VERSION=12.1.2 \
VSCODE_XDEBUG_VERSION=1.27.0 \
VSCODE_HOME="${HOME}/code-server"

# Install code-server
Expand Down
20 changes: 10 additions & 10 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@ RUN set -xe; \
# PHP tools (installed globally)
ENV COMPOSER_DEFAULT_VERSION=2 \
COMPOSER_VERSION=1.10.26 \
COMPOSER2_VERSION=2.2.12 \
DRUSH_VERSION=8.4.10 \
COMPOSER2_VERSION=2.3.10 \
DRUSH_VERSION=8.4.11 \
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.30.0 \
BLACKFIRE_VERSION=2.10.0 \
PLATFORMSH_CLI_VERSION=3.80.3 \
ACQUIA_CLI_VERSION=2.1.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.5
YQ_VERSION=4.26.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 Expand Up @@ -345,7 +345,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
# Node.js (installed as user)
ENV \
NVM_VERSION=0.39.1 \
NODE_VERSION=16.14.0 \
NODE_VERSION=16.16.0 \
YARN_VERSION=1.22.17
# Don't use -x here, as the output may be excessive
RUN set -e; \
Expand Down Expand Up @@ -510,9 +510,9 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.2.0 \
VSCODE_GITLENS_VERSION=12.0.5 \
VSCODE_XDEBUG_VERSION=1.25.0 \
CODE_SERVER_VERSION=4.5.1 \
VSCODE_GITLENS_VERSION=12.1.2 \
VSCODE_XDEBUG_VERSION=1.27.0 \
VSCODE_HOME="${HOME}/code-server"

# Install code-server
Expand Down

0 comments on commit a9391e8

Please sign in to comment.