diff --git a/tests/Dockerfile b/tests/Dockerfile index 14fab3ae9e..00ce6993fe 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,6 +1,6 @@ ARG UPSTREAM_REPO ARG UPSTREAM_TAG -FROM ${UPSTREAM_REPO:-uselagoon}/python-3.10:${UPSTREAM_TAG:-latest} +FROM ${UPSTREAM_REPO:-uselagoon}/python-3.11:${UPSTREAM_TAG:-latest} RUN apk add --no-cache \ bash \ @@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \ && pip3 install -r requirements.txt \ && apk del .build-deps -RUN ansible-galaxy collection install ansible.posix community.general kubernetes.core +RUN ansible-galaxy collection install -vvv ansible.posix community.general kubernetes.core # download, extract and install kubectl binary ENV KUBECTL_VER=v1.25.5 diff --git a/tests/requirements.txt b/tests/requirements.txt index fa3fa8e49a..867ed9f207 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.11.12 +ansible-core==2.15.4 jmespath==1.0.1 kubernetes==25.3.0 PyJWT==2.6.0