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 f8d08ce + f711e53 commit 23fc022Copy full SHA for 23fc022
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG DOCKER_VERSION=20.10.7
+ARG DOCKER_VERSION=20.10.13
2
3
# dind-cleaner
4
FROM golang:1.16-alpine3.13 AS cleaner
codefresh.yml
@@ -20,7 +20,7 @@ steps:
20
image: codefreshio/ci-helpers
21
working_directory: ${{main_clone}}
22
commands:
23
- - cf_export DOCKER_VERSION=20.10.7
+ - cf_export DOCKER_VERSION=20.10.13
24
- cf_export SERVICE_VERSION=$(yq r service.yaml version)
25
- cf_export IMAGE_NAME=codefresh/dind
26
service.yaml
@@ -1 +1 @@
-version: 1.25.0
+version: 1.25.1
0 commit comments