Skip to content

Commit

Permalink
updates yq 4.24.4 => 4.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed Apr 14, 2022
1 parent d0786ed commit 941a132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ENV COMPOSER_DEFAULT_VERSION=2 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.4
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
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ENV COMPOSER_DEFAULT_VERSION=2 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.4
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
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ENV COMPOSER_DEFAULT_VERSION=2 \
ACQUIA_CLI_VERSION=1.30.0 \
TERMINUS_VERSION=3.0.7 \
JQ_VERSION=1.6 \
YQ_VERSION=4.24.4
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 941a132

Please sign in to comment.