Skip to content

Commit

Permalink
updates yq 4.40.3 => 4.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed Dec 5, 2023
1 parent 9f15279 commit 015001e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ ENV \
ACQUIA_CLI_VERSION=2.18.0 \
TERMINUS_VERSION=3.3.0 \
JQ_VERSION=1.7 \
YQ_VERSION=4.40.3
YQ_VERSION=4.40.4
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.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ ENV \
ACQUIA_CLI_VERSION=2.18.0 \
TERMINUS_VERSION=3.3.0 \
JQ_VERSION=1.7 \
YQ_VERSION=4.40.3
YQ_VERSION=4.40.4
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.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ ENV \
ACQUIA_CLI_VERSION=2.18.0 \
TERMINUS_VERSION=3.3.0 \
JQ_VERSION=1.7 \
YQ_VERSION=4.40.3
YQ_VERSION=4.40.4
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 015001e

Please sign in to comment.