fix(codefresh): fix invalid alpine image

pull/2034/head
Anthony Lapenna 2018-07-06 12:14:58 +02:00
parent 50020dae89
commit 2ad7ca969f
2 changed files with 2 additions and 2 deletions

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`

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`