From 51a7d9ffdde7c411cc2f55dbbbe93feb18e9b657 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Thu, 30 May 2024 08:57:51 -0600 Subject: [PATCH] Start with terminus 3.4.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d99b59..d0cb25c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ USER tester RUN git config --global --add safe.directory '*' # Install terminus -RUN curl -L https://github.com/pantheon-systems/terminus/releases/download/3.1.2/terminus.phar -o /usr/local/bin/terminus && \ +RUN curl -L https://github.com/pantheon-systems/terminus/releases/download/3.4.0/terminus.phar -o /usr/local/bin/terminus && \ chmod +x /usr/local/bin/terminus RUN terminus self:update