diff --git a/ansible-ee-minimal/Dockerfile b/ansible-ee-minimal/Dockerfile index ef449b1..479375c 100644 --- a/ansible-ee-minimal/Dockerfile +++ b/ansible-ee-minimal/Dockerfile @@ -1,9 +1,9 @@ -ARG EE_BASE_IMAGE="debian:12.11-slim" +ARG EE_BASE_IMAGE="debian:13.1-slim" ARG PYCMD="/opt/venv/bin/python3" ARG PKGMGR_PRESERVE_CACHE="" ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="--pre" ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS="" -ARG ANSIBLE_INSTALL_REFS="ansible-core==2.17.13 ansible-runner==2.4.1" +ARG ANSIBLE_INSTALL_REFS="ansible-core==2.17.14 ansible-runner==2.4.1" ARG PKGMGR="/usr/bin/apt-get" # Base build stage diff --git a/ansible-ee-minimal/Makefile b/ansible-ee-minimal/Makefile index 1ea27f7..c70ec22 100644 --- a/ansible-ee-minimal/Makefile +++ b/ansible-ee-minimal/Makefile @@ -1,5 +1,5 @@ .PHONY: cleanup create build_with_podman -image_name=ghcr.io/zenika-training/ansible-ee-minimal:2.17.13 +image_name=ghcr.io/zenika-training/ansible-ee-minimal:2.17.14 cleanup: rm -rf _build diff --git a/ansible-ee-minimal/execution-environment.yml b/ansible-ee-minimal/execution-environment.yml index 56da596..3920e15 100644 --- a/ansible-ee-minimal/execution-environment.yml +++ b/ansible-ee-minimal/execution-environment.yml @@ -14,7 +14,7 @@ options: dependencies: ansible_core: - package_pip: ansible-core==2.17.13 + package_pip: ansible-core==2.17.14 ansible_runner: package_pip: ansible-runner==2.4.1 python_interpreter: @@ -33,7 +33,7 @@ dependencies: images: base_image: - name: debian:12.11-slim + name: debian:13.1-slim additional_build_steps: prepend_base: |