1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

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

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`