File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ FROM codefresh/dind-cleaner:v1.1 AS dind-cleaner
8
8
FROM codefresh/bolter AS bolter
9
9
10
10
FROM docker:${DOCKER_VERSION}-dind
11
- RUN apk add bash jq --no-cache
11
+
12
+ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.11/main' >> /etc/apk/repositories \
13
+ && apk upgrade \
14
+ && apk add bash jq --no-cache \
15
+ && rm -rf /var/cache/apk/*
16
+
12
17
COPY --from=node-exporter /bin/node_exporter /bin/
13
18
COPY --from=dind-cleaner /usr/local/bin/dind-cleaner /bin/
14
19
COPY --from=bolter /go/bin/bolter /bin/
Original file line number Diff line number Diff line change 97
97
- " latest"
98
98
when :
99
99
branch :
100
- only : [master]
100
+ only : [master]
Original file line number Diff line number Diff line change 1
- version : 1.24.1
1
+ version : 1.24.2
You can’t perform that action at this time.
0 commit comments