Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot 201bf3be36 Update docker/setup-buildx-action action to v3 2024-03-03 22:00:17 +00:00
Samuel Philipp adea06f0bb Update dependency google/cadvisor to v0.49.1 (#61)
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 46s
2024-03-03 21:06:52 +00:00
Renovate Bot 43c6c2b3af Update dependency google/cadvisor to v0.49.1 2024-03-02 22:00:14 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
spcodes/cadvisor:v0.47.2
spcodes/cadvisor:v0.49.1
spcodes/cadvisor:latest
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
cr.sp-codes.de/sp-codes/cadvisor:latest

View file

@ -1,7 +1,7 @@
# STEP 1 build executable binary
FROM golang:1.17.3-alpine3.13 AS builder
ENV CADVISOR_VERSION="v0.47.2"
ENV CADVISOR_VERSION="v0.49.1"
WORKDIR $GOPATH/src/github.com/google/cadvisor