fix(codefresh): fix invalid alpine image

This commit is contained in:
Anthony Lapenna
2018-07-06 12:14:58 +02:00
parent 50020dae89
commit 2ad7ca969f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ steps:
- mv api/cmd/portainer/portainer dist/
get_docker_version:
image: alpine
image: alpine:3.7
working_directory: ${{build_frontend}}
commands:
- cf_export DOCKER_VERSION=`cat gruntfile.js | grep -m 1 'shippedDockerVersion' | cut -d\' -f2`