From f3be3fd85bbf5bd5dd7b39e73ec95f239e017bc8 Mon Sep 17 00:00:00 2001 From: Shelane French Date: Mon, 17 Jun 2024 08:13:34 -0700 Subject: [PATCH] updates yq 4.44.1 => 4.44.2 --- 8.1/Dockerfile | 2 +- 8.2/Dockerfile | 2 +- 8.3/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 4dc78b37..5a98e58d 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -249,7 +249,7 @@ ENV \ ACQUIA_CLI_VERSION=2.27.0 \ TERMINUS_VERSION=3.5.1 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.44.1 + YQ_VERSION=4.44.2 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 5398f1d8..94df981d 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -250,7 +250,7 @@ ENV \ ACQUIA_CLI_VERSION=2.27.0 \ TERMINUS_VERSION=3.5.1 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.44.1 + YQ_VERSION=4.44.2 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 253e47b3..a5d4085e 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -259,7 +259,7 @@ ENV \ ACQUIA_CLI_VERSION=2.27.0 \ TERMINUS_VERSION=3.5.1 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.44.1 + YQ_VERSION=4.44.2 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \