Skip to content

Commit

Permalink
Start with terminus 3.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed May 30, 2024
1 parent 711ae12 commit 51a7d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51a7d9f

Please sign in to comment.