File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- ARG DOCKER_VERSION=20.10.13
1+ ARG DOCKER_VERSION=20.10.18
22
33# dind-cleaner
44FROM golang:1.16-alpine3.15 AS cleaner
@@ -15,12 +15,11 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
1515 rm -rf /go/*
1616
1717# bolter
18- FROM golang:1.16-alpine3.15 AS bolter
19- RUN apk add git
20- RUN go get -u github.com/hasit/bolter
18+ FROM golang:1.19-alpine3.16 AS bolter
19+ RUN go install github.com/hasit/bolter@v0.0.0-20210331045447-e1283cecdb7b
2120
2221# node-exporter
23- FROM quay.io/prometheus/node-exporter:v1.0 .0 AS node-exporter
22+ FROM quay.io/prometheus/node-exporter:v1.4 .0 AS node-exporter
2423
2524# Main
2625FROM docker:${DOCKER_VERSION}-dind
Original file line number Diff line number Diff line change 1- version : 1.25.2
1+ version : 1.25.3
You can’t perform that action at this time.
0 commit comments