From 886e426f3d969c1f74587d73a74f8e5cb13c9230 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Thu, 15 Aug 2024 13:10:25 +1000 Subject: [PATCH] Bumped bay-cli to v1.1.2 --- images/php/Dockerfile.cli | 2 +- images/php/Dockerfile.fpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/php/Dockerfile.cli b/images/php/Dockerfile.cli index 1e3af543..14c9b282 100644 --- a/images/php/Dockerfile.cli +++ b/images/php/Dockerfile.cli @@ -22,7 +22,7 @@ RUN wget -O /usr/local/bin/dockerize https://github.com/dpc-sdp/dockerize/releas RUN apk add redis --no-cache # Install bay-cli. -RUN curl -L "https://github.com/dpc-sdp/bay-cli/releases/download/v0.1.1/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz" --output /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz +RUN curl -L "https://github.com/dpc-sdp/bay-cli/releases/download/v0.1.2/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz" --output /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz RUN tar -C /tmp -xvf /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz RUN chmod +x /tmp/bay RUN mv /tmp/bay /bin/bay diff --git a/images/php/Dockerfile.fpm b/images/php/Dockerfile.fpm index b268ace8..c384e3cc 100644 --- a/images/php/Dockerfile.fpm +++ b/images/php/Dockerfile.fpm @@ -24,7 +24,7 @@ RUN apk add --no-cache tzdata \ && echo $TZ > /etc/timezone # Install bay-cli. -RUN curl -L "https://github.com/dpc-sdp/bay-cli/releases/download/v0.1.1/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz" --output /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz +RUN curl -L "https://github.com/dpc-sdp/bay-cli/releases/download/v0.1.2/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz" --output /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz RUN tar -C /tmp -xvf /tmp/bay_$(echo ${TARGETPLATFORM:-linux/amd64} | tr '/' '_').tar.gz RUN chmod +x /tmp/bay RUN mv /tmp/bay /bin/bay