Skip to content

Commit

Permalink
updates yq 4.44.6 => 4.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed Jan 13, 2025
1 parent 7d34432 commit 2fc0d82
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 @@ -164,7 +164,7 @@ ENV \
ACQUIA_CLI_VERSION=2.36.0 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.6
YQ_VERSION=4.45.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
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ENV \
ACQUIA_CLI_VERSION=2.36.0 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.6
YQ_VERSION=4.45.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
2 changes: 1 addition & 1 deletion 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ENV \
ACQUIA_CLI_VERSION=2.36.0 \
TERMINUS_VERSION=3.6.1 \
JQ_VERSION=1.7.1 \
YQ_VERSION=4.44.6
YQ_VERSION=4.45.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

0 comments on commit 2fc0d82

Please sign in to comment.