File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ ENV \
165165 ACQUIA_CLI_VERSION=2.41.1 \
166166 TERMINUS_VERSION=3.6.2 \
167167 JQ_VERSION=1.7.1 \
168- YQ_VERSION=4.45.1
168+ YQ_VERSION=4.45.3
169169RUN set -xe; \
170170 # Composer 1.x
171171 curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ ENV \
166166 ACQUIA_CLI_VERSION=2.41.1 \
167167 TERMINUS_VERSION=3.6.2 \
168168 JQ_VERSION=1.7.1 \
169- YQ_VERSION=4.45.1
169+ YQ_VERSION=4.45.3
170170RUN set -xe; \
171171 # Composer 1.x
172172 curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ ENV \
166166 ACQUIA_CLI_VERSION=2.41.1 \
167167 TERMINUS_VERSION=3.6.2 \
168168 JQ_VERSION=1.7.1 \
169- YQ_VERSION=4.45.1
169+ YQ_VERSION=4.45.3
170170RUN set -xe; \
171171 # Composer 1.x
172172 curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ ENV \
167167 # pantheon-systems/terminus added PHP 8.4 support in 4.0.0-alpha1
168168 TERMINUS_VERSION=4.0.0-alpha2 \
169169 JQ_VERSION=1.7.1 \
170- YQ_VERSION=4.45.1
170+ YQ_VERSION=4.45.3
171171RUN set -xe; \
172172 # Composer 1.x
173173 curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \
You can’t perform that action at this time.
0 commit comments