We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23fc022 + d45b747 commit 87455cdCopy full SHA for 87455cd
Dockerfile
@@ -1,7 +1,7 @@
1
ARG DOCKER_VERSION=20.10.13
2
3
# dind-cleaner
4
-FROM golang:1.16-alpine3.13 AS cleaner
+FROM golang:1.16-alpine3.15 AS cleaner
5
6
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
7
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
15
rm -rf /go/*
16
17
# bolter
18
-FROM golang:1.16-alpine3.13 AS bolter
+FROM golang:1.16-alpine3.15 AS bolter
19
RUN apk add git
20
RUN go get -u github.com/hasit/bolter
21
service.yaml
@@ -1 +1 @@
-version: 1.25.1
+version: 1.25.2
0 commit comments