diff --git a/Dockerfile b/Dockerfile index fba2043..3527da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/vektorcloud/glibc:latest -ARG CTOP_VERSION=0.4.1 +ARG CTOP_VERSION=0.5 ENV CTOP_URL https://github.com/bcicen/ctop/releases/download/v${CTOP_VERSION}/ctop-${CTOP_VERSION}-linux-amd64 RUN echo $CTOP_URL && \ diff --git a/README.md b/README.md index c85dafe..254bf1c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla #### Linux ```bash -wget https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-linux-amd64 -O ctop +wget https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-linux-amd64 -O ctop sudo mv ctop /usr/local/bin/ sudo chmod +x /usr/local/bin/ctop ``` @@ -25,7 +25,7 @@ sudo chmod +x /usr/local/bin/ctop #### OS X ```bash -curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-darwin-amd64 +curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-darwin-amd64 sudo mv ctop /usr/local/bin/ sudo chmod +x /usr/local/bin/ctop ``` @@ -63,6 +63,7 @@ Option | Description -a | show active containers only -f | set an initial filter string -h | display help dialog +-i | invert default colors -r | reverse container sort order -s | select initial container sort field -v | output version information and exit diff --git a/VERSION b/VERSION index 267577d..2eb3c4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.5