Skip to content

Commit 23fc022

Browse files
Merge pull request #17 from codefresh-io/10315
upgrade image to 20.10.13
2 parents f8d08ce + f711e53 commit 23fc022

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=20.10.7
1+
ARG DOCKER_VERSION=20.10.13
22

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

codefresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
image: codefreshio/ci-helpers
2121
working_directory: ${{main_clone}}
2222
commands:
23-
- cf_export DOCKER_VERSION=20.10.7
23+
- cf_export DOCKER_VERSION=20.10.13
2424
- cf_export SERVICE_VERSION=$(yq r service.yaml version)
2525
- cf_export IMAGE_NAME=codefresh/dind
2626

service.yaml

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

0 commit comments

Comments
 (0)