Skip to content

Commit

Permalink
update ansible to 2.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 4, 2023
1 parent c1301fe commit 7b1f0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b1f0a0

Please sign in to comment.