diff --git a/Dockerfile b/Dockerfile index 4f47fac..8c58d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,8 @@ ENV LANG=en_US.utf8 \ # Install minimal python packages for Ansible RUN apt-get update && \ apt-get install -y \ - python3.12="3.12.3-1ubuntu0.10" \ - python3.12-venv="3.12.3-1ubuntu0.10" + python3.12="3.12.3-1ubuntu0.11" \ + python3.12-venv="3.12.3-1ubuntu0.11" # Install Ansible and base configs COPY ansible/ansible.cfg /opt/ansible/ansible.cfg diff --git a/ansible/roles/python/defaults/main.yml b/ansible/roles/python/defaults/main.yml index ae9cfb2..180ea0f 100644 --- a/ansible/roles/python/defaults/main.yml +++ b/ansible/roles/python/defaults/main.yml @@ -5,7 +5,7 @@ python_packages: - python3-debian=0.1.49ubuntu2 - python3-pip-whl=24.0+dfsg-1ubuntu1.3 - python3-pip=24.0+dfsg-1ubuntu1.3 - - python3.12-dbg=3.12.3-1ubuntu0.10 - - python3.12-dev=3.12.3-1ubuntu0.10 - - python3.12-venv=3.12.3-1ubuntu0.10 - - python3.12=3.12.3-1ubuntu0.10 + - python3.12-dbg=3.12.3-1ubuntu0.11 + - python3.12-dev=3.12.3-1ubuntu0.11 + - python3.12-venv=3.12.3-1ubuntu0.11 + - python3.12=3.12.3-1ubuntu0.11 diff --git a/ansible/roles/repos/files/nebius-ubuntu-security.sources b/ansible/roles/repos/files/nebius-ubuntu-security.sources index b0dde8f..aece1c8 100644 --- a/ansible/roles/repos/files/nebius-ubuntu-security.sources +++ b/ansible/roles/repos/files/nebius-ubuntu-security.sources @@ -1,5 +1,5 @@ Types: deb -URIs: https://mirror.eu.nebius.cloud/ubuntu/snapshots/noble-security/20260112_225428 +URIs: https://mirror.eu.nebius.cloud/ubuntu/snapshots/noble-security/20260217_073801 Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg Components: main restricted universe multiverse Suites: noble-security