Skip to content

Commit

Permalink
Merge pull request #18 from codefresh-io/CR-10315
Browse files Browse the repository at this point in the history
Cr 10315
  • Loading branch information
kim-codefresh authored Apr 6, 2022
2 parents 23fc022 + d45b747 commit 87455cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_VERSION=20.10.13

# dind-cleaner
FROM golang:1.16-alpine3.13 AS cleaner
FROM golang:1.16-alpine3.15 AS cleaner

COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
Expand All @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
rm -rf /go/*

# bolter
FROM golang:1.16-alpine3.13 AS bolter
FROM golang:1.16-alpine3.15 AS bolter
RUN apk add git
RUN go get -u github.com/hasit/bolter

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.25.1
version: 1.25.2

0 comments on commit 87455cd

Please sign in to comment.