Skip to content

Commit

Permalink
upgrade pyenv docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2006 committed May 14, 2020
1 parent de97cf0 commit fb18d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ start()

else
docker volume create pyenv
docker run --rm -v pyenv:/target flowci/pyenv:1.2 bash -c "/ws/init-pyenv-volume.sh"
docker run --rm -v pyenv:/target flowci/pyenv:1.3 bash -c "/ws/init-pyenv-volume.sh"

docker run -it \
--name $CONTAINER_NAME \
Expand Down
2 changes: 1 addition & 1 deletion server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pullAgentImage()
setPyenvForLocalAgent()
{
docker volume create pyenv
docker run --rm -v pyenv:/ws flowci/pyenv:1.0 bash -c "~/init-pyenv-volume.sh"
docker run --rm -v pyenv:/ws flowci/pyenv:1.3 bash -c "~/init-pyenv-volume.sh"
}

while getopts ":h:e:p" arg; do
Expand Down

0 comments on commit fb18d44

Please sign in to comment.