Update dependency google/cadvisor to v0.38.8

This commit is contained in:
Renovate Bot 2021-03-09 05:00:30 +00:00
parent be327e26cb
commit 1b9dca9a65
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ FROM arm32v7/golang:1.16.0-alpine3.13@sha256:02211dfefce87856aa28719de2e0769b90f
FROM arm64v8/golang:1.16.0-alpine3.13@sha256:f218dbfbea2b3da379a53bf5a11655ed1d3d9cbe42d6e533e62f20dfb543fa74 AS builder-arm64
FROM builder-${ARCH} AS builder
ENV CADVISOR_VERSION="v0.37.5"
ENV CADVISOR_VERSION="v0.38.8"
WORKDIR $GOPATH/src/github.com/google/cadvisor