Skip to content

Commit 87455cd

Browse files
Merge pull request #18 from codefresh-io/CR-10315
Cr 10315
2 parents 23fc022 + d45b747 commit 87455cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DOCKER_VERSION=20.10.13
22

33
# dind-cleaner
4-
FROM golang:1.16-alpine3.13 AS cleaner
4+
FROM golang:1.16-alpine3.15 AS cleaner
55

66
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
77
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 && \
1515
rm -rf /go/*
1616

1717
# bolter
18-
FROM golang:1.16-alpine3.13 AS bolter
18+
FROM golang:1.16-alpine3.15 AS bolter
1919
RUN apk add git
2020
RUN go get -u github.com/hasit/bolter
2121

service.yaml

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

0 commit comments

Comments
 (0)