Merge pull request 'Update dependency google/cadvisor to v0.47.2' (#53) from renovate/cadvisor into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #53
This commit is contained in:
Samuel Philipp 2023-06-21 19:46:30 +00:00
commit 1fe5e51c44
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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