diff --git a/ci/run_connection_test.sh b/ci/run_connection_test.sh index ecdeff6b..4974d2f9 100755 --- a/ci/run_connection_test.sh +++ b/ci/run_connection_test.sh @@ -19,7 +19,7 @@ echo "Testing $CON_TYPE connection ${ROOT:+'with root'}" 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-alpine sleep 1d + ${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 fi diff --git a/docs/podman_containers_module.html b/docs/podman_containers_module.html index 4cd64e30..69804d62 100644 --- a/docs/podman_containers_module.html +++ b/docs/podman_containers_module.html @@ -119,7 +119,7 @@