Skip to content

Commit 8cf0584

Browse files
authored
Merge pull request #23 from codefresh-io/CR-14092-sec-vulns
Cr 14092 sec vulns
2 parents 87455cd + 8411e12 commit 8cf0584

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=20.10.13
1+
ARG DOCKER_VERSION=20.10.18
22

33
# dind-cleaner
44
FROM 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
2625
FROM docker:${DOCKER_VERSION}-dind

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.25.2
1+
version: 1.25.3

0 commit comments

Comments
 (0)