diff --git a/agent.sh b/agent.sh index 9e89d53..58425e4 100755 --- a/agent.sh +++ b/agent.sh @@ -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 \ diff --git a/server.sh b/server.sh index 17ea548..91127e5 100755 --- a/server.sh +++ b/server.sh @@ -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