From e30dfc2fd37b0e7a52013ff7752d6f54186a30bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Jun 2023 19:00:25 +0000 Subject: [PATCH] Update dependency google/cadvisor to v0.47.2 --- .woodpecker.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 32a8883..4174945 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: - DOCKER_PASSWORD repo: spcodes/cadvisor tags: - - v0.47.0 + - v0.47.2 - latest when: branch: @@ -23,7 +23,7 @@ pipeline: registry: cr.sp-codes.de repo: cr.sp-codes.de/cadvisor tags: - - v0.47.0 + - v0.47.2 - latest when: branch: diff --git a/Dockerfile b/Dockerfile index 5139131..705bf7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # STEP 1 build executable binary FROM golang:1.17.3-alpine3.13@sha256:33c95bc78fa434bae90c45d04e5a02612492acbb7118f35538a56ee0646c1bb7 AS builder -ENV CADVISOR_VERSION="v0.47.0" +ENV CADVISOR_VERSION="v0.47.2" WORKDIR $GOPATH/src/github.com/google/cadvisor