diff --git a/ci/run_connection_test.sh b/ci/run_connection_test.sh index 4974d2f..2aba80b 100755 --- a/ci/run_connection_test.sh +++ b/ci/run_connection_test.sh @@ -21,7 +21,7 @@ if [[ "$CON_TYPE" == "podman" ]]; then ${SUDO} $PODMAN_EXE ps | grep -q "${CON_TYPE}-container" || \ ${SUDO} $PODMAN_EXE run -d --name "${CON_TYPE}-container" python:3.10-alpine sleep 1d elif [[ "$CON_TYPE" == "buildah" ]]; then - ${SUDO} buildah from --name=buildah-container python:2 + ${SUDO} buildah from --name=buildah-container python:3.10-alpine fi pushd "tests/integration/targets/connection_${CON_TYPE}"