Merge branch 'master' of https://git.mgrote.net/container-images/ansible-image
This commit is contained in:
commit
56cba14d4f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.4-bookworm
|
||||
FROM python:3.12.5-bookworm
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
# nötig damit die ansible-tools gefunden werden
|
||||
|
|
|
@ -6,7 +6,7 @@ collections:
|
|||
- name: ansible.posix
|
||||
version: "1.5.4"
|
||||
- name: community.docker
|
||||
version: "3.11.0"
|
||||
version: "3.12.0"
|
||||
- name: viczem.keepass
|
||||
version: "0.7.5"
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue