diff --git a/Dockerfile b/Dockerfile index 90b420b..2ed47fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/ RUN apk update --no-cache; \ apk add --no-cache make git gcc musl-dev bash; \ - git clone --branch v0.55.1 --single-branch https://github.com/google/cadvisor.git; \ + git clone --branch v0.56.2 --single-branch https://github.com/google/cadvisor.git; \ cd cadvisor; \ make build; diff --git a/README.md b/README.md index da96953..92bce64 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/cadvisor:1. Latest versions on [GitHub](https://github.com/google/cadvisor/releases) ```bash -Cadvisor v0.55.1 +Cadvisor v0.56.2 ```