Compare commits

..

No commits in common. "fe4a70794a5f2fb1a580c0fdbaedf9bd9670eb77" and "436c23dee7c646f92f79a62c0f0bfe7eae216bb9" have entirely different histories.

View file

@ -1,5 +1,5 @@
# STEP 1 build executable binary
FROM golang:1.22.2-alpine AS builder
FROM golang:1.17.3-alpine AS builder
ENV CADVISOR_VERSION="v0.49.1"