Skip to content

Commit 60c9c52

Browse files
committed
updates yq 4.45.1 => 4.45.3
1 parent a0b4703 commit 60c9c52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
169169
RUN 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; \

8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
170170
RUN 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; \

8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
170170
RUN 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; \

8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
171171
RUN 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; \

0 commit comments

Comments
 (0)