From 4a7ad038ea90cf19c885b340b073aea866d4dabc Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Tue, 3 Dec 2024 12:43:25 +1100 Subject: [PATCH] [SD-323] Bumped bay-cli version. (#338) --- images/node/Dockerfile | 2 +- images/php/Dockerfile.cli | 2 +- images/php/Dockerfile.fpm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/node/Dockerfile b/images/node/Dockerfile index 9161cdb3..f76c6202 100644 --- a/images/node/Dockerfile +++ b/images/node/Dockerfile @@ -1,5 +1,5 @@ FROM uselagoon/node-20:latest -ARG BAY_CLI_VERSION=v1.1.5 +ARG BAY_CLI_VERSION=v1.2.0 RUN apk --update add curl git findutils openssh-client && \ diff --git a/images/php/Dockerfile.cli b/images/php/Dockerfile.cli index b72dd828..22507c99 100644 --- a/images/php/Dockerfile.cli +++ b/images/php/Dockerfile.cli @@ -8,7 +8,7 @@ RUN apk del postgresql-client ARG GOJQ_VERSION=0.12.16 ARG DOCKERIZE_VERSION=v0.8.0 -ARG BAY_CLI_VERSION=v1.1.5 +ARG BAY_CLI_VERSION=v1.2.0 COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/ ENV WEBROOT=docroot diff --git a/images/php/Dockerfile.fpm b/images/php/Dockerfile.fpm index 3f4b5dea..bca9f0cf 100644 --- a/images/php/Dockerfile.fpm +++ b/images/php/Dockerfile.fpm @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.3 FROM ghcr.io/dpc-sdp/bay/php-fpm-exporter:6.x AS php-fpm-exporter FROM uselagoon/php-${PHP_VERSION}-fpm:latest -ARG BAY_CLI_VERSION=v1.1.5 +ARG BAY_CLI_VERSION=v1.2.0 RUN mkdir /bay COPY 01-bay.ini /usr/local/etc/php/conf.d/